Html Css Color HEX #DC12D0 Deep Magenta

📋 copy color: '#DC12D0'

red 220 ◦ green 18 ◦ blue 208

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

Shades of Deep Magenta #DC12D0

Tints of Deep Magenta #DC12D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 49.33%
G = 4.04%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC12D0 (or 0xDC12D0) is known color: Deep Magenta. HEX triplet: DC, 12 and D0. RGB value is (220,18,208). Sum of RGB (Red+Green+Blue) = 220+18+208=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12D0 is #23ED2F. Grayscale: #636363. Windows color (decimal): -2354480 or 13636316. OLE color: 13636316.

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

Color convert

RGB 220 18 208 -
CMYK 0 0.92 0.05 0.14
HSL 303.56º 0.85% 0.47% -
HSV(B) 303.56º 0.92% 0.86% -
XYZ 41.12 20.2 61.41 -
YUV 100.06 188.92 213.55 -
System Red Green Blue C M Y K H S L
Decimal 220 18 208 0 0.92 0.05 0.14 303.56 0.85 0.47
Hex DC 12 D0 0 5C 5 E 130 55 2F
Octal 334 22 320 0 134 5 16 460 125 57
Binary 11011100 10010 11010000 0 1011100 101 1110 100110000 1010101 101111

Color Harmonies of #DC12D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12D0

Black with #DC12D0

Text Example


Text Example

White with #DC12D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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