#DF12C8

Color #DF12C8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DF12C8

Tints of Deep Magenta #DF12C8

Color information

#DF12C8 (or 0xDF12C8) is unknown color: approx Deep Magenta. HEX triplet: DF, 12 and C8. RGB value is (223,18,200). Sum of RGB (Red+Green+Blue) = 223+18+200=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12C8 is #20ED37. Grayscale: #636363. Windows color (decimal): -2157880 or 13112031. OLE color: 13112031.

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

Color convert

RGB22318200-
CMYK00.920.100.13
HSL306.73º85.06%47.25%-
HSV(B)306.73º91.93%87.45%-
XYZ41.0720.2956.4-
YUV100.04184.42215.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 200 (78.52% from 255) = 45.35%
R=50.57%
G=4.08%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231820000.920.100.13306.7385.0647.25
HexDF12C805CAD133552f
Octal337223100134121546312557
Binary11011111100101100100001011100101011011001100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF12C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF12C8; }

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

 H1.HeaderClassName
 {
   color: #DF12C8;
 }
 .AnyTagClassName
 {
   color: #DF12C8;
 }
</style>
background-color css

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

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

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

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

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

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