Html Css Color HEX #DC12D6 Deep Magenta

📋 copy color: '#DC12D6'

red 220 ◦ green 18 ◦ blue 214

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

Shades of Deep Magenta #DC12D6

Tints of Deep Magenta #DC12D6

RGB

 RED value IS 220 (86.33% from 255) = 48.67%

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 48.67%
G = 3.98%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC12D6 (or 0xDC12D6) is known color: Deep Magenta. HEX triplet: DC, 12 and D6. RGB value is (220,18,214). Sum of RGB (Red+Green+Blue) = 220+18+214=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12D6 is #23ED29. Grayscale: #646464. Windows color (decimal): -2354474 or 14029532. OLE color: 14029532.

HSL color Cylindrical-coordinate representation of color #DC12D6: hue angle of 301.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12D6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 214 -
CMYK 0 0.92 0.03 0.14
HSL 301.78º 0.85% 0.47% -
HSV(B) 301.78º 0.92% 0.86% -
XYZ 41.87 20.5 65.37 -
YUV 100.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 220 18 214 0 0.92 0.03 0.14 301.78 0.85 0.47
Hex DC 12 D6 0 5C 3 E 12E 55 2F
Octal 334 22 326 0 134 3 16 456 125 57
Binary 11011100 10010 11010110 0 1011100 11 1110 100101110 1010101 101111

Color Harmonies of #DC12D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12D6

Black with #DC12D6

Text Example


Text Example

White with #DC12D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12D6; }

 p { color: rgb(220,18,214); }

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

background-color css

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

 a { background-color: rgb(220,18,214); }

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

border-color css

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

 span { border-color: rgb(220,18,214); }

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