Html Css Color HEX #D012C9 Deep Magenta

📋 copy color: '#D012C9'

red 208 ◦ green 18 ◦ blue 201

#D012C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D012C9

Tints of Deep Magenta #D012C9

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

 GREEN value IS 18 (7.42% from 255) = 4.22%

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 48.71%
G = 4.22%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D012C9 (or 0xD012C9) is known color: Deep Magenta. HEX triplet: D0, 12 and C9. RGB value is (208,18,201). Sum of RGB (Red+Green+Blue) = 208+18+201=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D012C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012C9 is #2FED36. Grayscale: #5F5F5F. Windows color (decimal): -3140919 or 13177552. OLE color: 13177552.

HSL color Cylindrical-coordinate representation of color #D012C9: hue angle of 302.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D012C9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 201 -
CMYK 0 0.91 0.03 0.18
HSL 302.21º 0.84% 0.44% -
HSV(B) 302.21º 0.91% 0.82% -
XYZ 36.77 18.06 56.81 -
YUV 95.67 187.45 208.12 -
System Red Green Blue C M Y K H S L
Decimal 208 18 201 0 0.91 0.03 0.18 302.21 0.84 0.44
Hex D0 12 C9 0 5B 3 12 12E 54 2C
Octal 320 22 311 0 133 3 22 456 124 54
Binary 11010000 10010 11001001 0 1011011 11 10010 100101110 1010100 101100

Color Harmonies of #D012C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012C9

Black with #D012C9

Text Example


Text Example

White with #D012C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012C9; }

 p { color: rgb(208,18,201); }

 H1.HeaderClassName
 {
   color: #D012C9;
 }
 .AnyTagClassName
 {
   color: #D012C9;
 }
</style>

background-color css

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

 a { background-color: rgb(208,18,201); }

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

border-color css

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

 span { border-color: rgb(208,18,201); }

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