#DC19DC

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

Shades of Deep Magenta #DC19DC

Tints of Deep Magenta #DC19DC

Color information

#DC19DC (or 0xDC19DC) is unknown color: approx Deep Magenta. HEX triplet: DC, 19 and DC. RGB value is (220,25,220). Sum of RGB (Red+Green+Blue) = 220+25+220=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19DC is #23E623. Grayscale: #686868. Windows color (decimal): -2352676 or 14424540. OLE color: 14424540.

HSL color Cylindrical-coordinate representation of color #DC19DC: hue angle of 300º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19DC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB22025220-
CMYK00.8900.14
HSL300º79.59%48.04%-
HSV(B)300º88.64%86.27%-
XYZ42.7821.0869.52-
YUV105.54192.6209.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 25 (10.16% from 255) = 5.38%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=47.31%
G=5.38%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202522000.8900.1430079.5948.04
HexDC19DC0590E12c5030
Octal33431334013101645412060
Binary11011100110011101110001011001011101001011001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC19DC; }

 p { color: rgb(220,25,220); }

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

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

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

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

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

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

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