Html Css Color HEX #DC12DF Deep Magenta

📋 copy color: '#DC12DF'

red 220 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #DC12DF

Tints of Deep Magenta #DC12DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 47.72%
G = 3.9%
B = 48.37%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC12DF (or 0xDC12DF) is known color: Deep Magenta. HEX triplet: DC, 12 and DF. RGB value is (220,18,223). Sum of RGB (Red+Green+Blue) = 220+18+223=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12DF is #23ED20. Grayscale: #656565. Windows color (decimal): -2354465 or 14619356. OLE color: 14619356.

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

Color convert

RGB 220 18 223 -
CMYK 0.01 0.92 0 0.13
HSL 299.12º 0.85% 0.47% -
HSV(B) 299.12º 0.92% 0.87% -
XYZ 43.05 20.98 71.59 -
YUV 101.77 196.42 212.33 -
System Red Green Blue C M Y K H S L
Decimal 220 18 223 0.01 0.92 0 0.13 299.12 0.85 0.47
Hex DC 12 DF 1 5C 0 D 12B 55 2F
Octal 334 22 337 1 134 0 15 453 125 57
Binary 11011100 10010 11011111 1 1011100 0 1101 100101011 1010101 101111

Color Harmonies of #DC12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12DF

Black with #DC12DF

Text Example


Text Example

White with #DC12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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