#DC19CE

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

Shades of Deep Magenta #DC19CE

Tints of Deep Magenta #DC19CE

Color information

#DC19CE (or 0xDC19CE) is unknown color: approx Deep Magenta. HEX triplet: DC, 19 and CE. RGB value is (220,25,206). Sum of RGB (Red+Green+Blue) = 220+25+206=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CE is #23E631. Grayscale: #676767. Windows color (decimal): -2352690 or 13507036. OLE color: 13507036.

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

Color convert

RGB22025206-
CMYK00.890.060.14
HSL304.31º79.59%48.04%-
HSV(B)304.31º88.64%86.27%-
XYZ4120.3760.16-
YUV103.94185.6210.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.78%
GREEN value IS 25 (10.16% from 255) = 5.54%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=48.78%
G=5.54%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202520600.890.060.14304.3179.5948.04
HexDC19CE0596E1305030
Octal33431316013161646012060
Binary1101110011001110011100101100111011101001100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC19CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC19CE; }

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

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

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

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

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

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

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

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