#DC19CD

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

Shades of Deep Magenta #DC19CD

Tints of Deep Magenta #DC19CD

Color information

#DC19CD (or 0xDC19CD) is unknown color: approx Deep Magenta. HEX triplet: DC, 19 and CD. RGB value is (220,25,205). Sum of RGB (Red+Green+Blue) = 220+25+205=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CD is #23E632. Grayscale: #676767. Windows color (decimal): -2352691 or 13441500. OLE color: 13441500.

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

Color convert

RGB22025205-
CMYK00.890.070.14
HSL304.62º79.59%48.04%-
HSV(B)304.62º88.64%86.27%-
XYZ40.8820.3259.52-
YUV103.82185.1210.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 25 (10.16% from 255) = 5.56%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=48.89%
G=5.56%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202520500.890.070.14304.6279.5948.04
HexDC19CD0597E1315030
Octal33431315013171646112060
Binary1101110011001110011010101100111111101001100011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC19CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC19CD; }

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

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

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

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

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

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

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

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