Html Css Color HEX #DC12CD Deep Magenta

📋 copy color: '#DC12CD'

red 220 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #DC12CD

Tints of Deep Magenta #DC12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 49.66%
G = 4.06%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC12CD (or 0xDC12CD) is known color: Deep Magenta. HEX triplet: DC, 12 and CD. RGB value is (220,18,205). Sum of RGB (Red+Green+Blue) = 220+18+205=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12CD is #23ED32. Grayscale: #636363. Windows color (decimal): -2354483 or 13439708. OLE color: 13439708.

HSL color Cylindrical-coordinate representation of color #DC12CD: hue angle of 304.46º 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 #DC12CD is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 205 -
CMYK 0 0.92 0.07 0.14
HSL 304.46º 0.85% 0.47% -
HSV(B) 304.46º 0.92% 0.86% -
XYZ 40.75 20.06 59.48 -
YUV 99.72 187.42 213.79 -
System Red Green Blue C M Y K H S L
Decimal 220 18 205 0 0.92 0.07 0.14 304.46 0.85 0.47
Hex DC 12 CD 0 5C 7 E 130 55 2F
Octal 334 22 315 0 134 7 16 460 125 57
Binary 11011100 10010 11001101 0 1011100 111 1110 100110000 1010101 101111

Color Harmonies of #DC12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12CD

Black with #DC12CD

Text Example


Text Example

White with #DC12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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