#D114B4

Color #D114B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D114B4

Tints of Deep Magenta #D114B4

Color information

#D114B4 (or 0xD114B4) is unknown color: approx Deep Magenta. HEX triplet: D1, 14 and B4. RGB value is (209,20,180). Sum of RGB (Red+Green+Blue) = 209+20+180=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D114B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114B4 is #2EEB4B. Grayscale: #5E5E5E. Windows color (decimal): -3074892 or 11801809. OLE color: 11801809.

HSL color Cylindrical-coordinate representation of color #D114B4: hue angle of 309.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D114B4 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20920180-
CMYK00.900.140.18
HSL309.21º82.53%44.9%-
HSV(B)309.21º90.43%81.96%-
XYZ34.7817.3544.7-
YUV94.75176.12209.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 20 (8.20% from 255) = 4.89%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=51.10%
G=4.89%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092018000.900.140.18309.2182.5344.9
HexD114B405AE12135532d
Octal321242640132162246512355
Binary110100011010010110100010110101110100101001101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D114B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D114B4; }

 p { color: rgb(209,20,180); }

 H1.HeaderClassName
 {
   color: #D114B4;
 }
 .AnyTagClassName
 {
   color: #D114B4;
 }
</style>
background-color css

<style>
 a { background-color: #D114B4; }

 a { background-color: rgb(209,20,180); }

 div.DivClassName
 {
   background-color: #D114B4;
 }
 .BgClassName
 {
   background-color: #D114B4;
 }
</style>
border-color css

<style>
 span { border-color: #D114B4; }

 span { border-color: rgb(209,20,180); }

 td.TdClassName
 {
   border-color: #D114B4;
 }
 .TagClassName
 {
   border-color: #D114B4;
 }
</style>