#DC19CA

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

Shades of Deep Magenta #DC19CA

Tints of Deep Magenta #DC19CA

Color information

#DC19CA (or 0xDC19CA) is unknown color: approx Deep Magenta. HEX triplet: DC, 19 and CA. RGB value is (220,25,202). Sum of RGB (Red+Green+Blue) = 220+25+202=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CA is #23E635. Grayscale: #666666. Windows color (decimal): -2352694 or 13244892. OLE color: 13244892.

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

Color convert

RGB22025202-
CMYK00.890.080.14
HSL305.54º79.59%48.04%-
HSV(B)305.54º88.64%86.27%-
XYZ40.5220.1857.64-
YUV103.48183.6211.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 25 (10.16% from 255) = 5.59%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=49.22%
G=5.59%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202520200.890.080.14305.5479.5948.04
HexDC19CA0598E1325030
Octal334313120131101646212060
Binary11011100110011100101001011001100011101001100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC19CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC19CA; }

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

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

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

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

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

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

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

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