Html Css Color HEX #DB19DC Deep Magenta

📋 copy color: '#DB19DC'

red 219 ◦ green 25 ◦ blue 220

#DB19DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DB19DC

Tints of Deep Magenta #DB19DC

RGB

 RED value IS 219 (85.94% from 255) = 47.2%

 GREEN value IS 25 (10.16% from 255) = 5.39%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 47.2%
G = 5.39%
B = 47.41%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB19DC (or 0xDB19DC) is known color: 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

RGB 219 25 220 -
CMYK 0.00 0.89 0 0.14
HSL 299.69º 0.8% 0.48% -
HSV(B) 299.69º 0.89% 0.86% -
XYZ 42.48 20.92 69.51 -
YUV 105.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 219 25 220 0.00 0.89 0 0.14 299.69 0.8 0.48
Hex DB 19 DC 0 59 0 E 12C 50 30
Octal 333 31 334 0 131 0 16 454 120 60
Binary 11011011 11001 11011100 0 1011001 0 1110 100101100 1010000 110000

Color Harmonies of #DB19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19DC

Black with #DB19DC

Text Example


Text Example

White with #DB19DC

Text Example


Text Example

HTML Codes & Css Web 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>