#DB19DC

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

Shades of Deep Magenta #DB19DC

Tints of Deep Magenta #DB19DC

Color information

#DB19DC (or 0xDB19DC) is unknown color: approx Deep Magenta. HEX triplet: DB, 19 and DC. RGB value is (219,25,220). Sum of RGB (Red+Green+Blue) = 219+25+220=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19DC is #24E623. Grayscale: #686868. Windows color (decimal): -2418212 or 14424539. OLE color: 14424539.

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

Color convert

RGB21925220-
CMYK0.000.8900.14
HSL299.69º79.59%48.04%-
HSV(B)299.69º88.64%86.27%-
XYZ42.4820.9269.51-
YUV105.24192.77209.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 25 (10.16% from 255) = 5.39%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=47.20%
G=5.39%
B=47.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219252200.000.8900.14299.6979.5948.04
HexDB19DC0590E12c5030
Octal33331334013101645412060
Binary11011011110011101110001011001011101001011001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB19DC; }

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

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

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

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

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

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

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

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