Html Css Color HEX #DB19DB Deep Magenta

📋 copy color: '#DB19DB'

red 219 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #DB19DB

Tints of Deep Magenta #DB19DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 47.3%
G = 5.4%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB19DB (or 0xDB19DB) is known color: Deep Magenta. HEX triplet: DB, 19 and DB. RGB value is (219,25,219). Sum of RGB (Red+Green+Blue) = 219+25+219=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19DB is #24E624. Grayscale: #686868. Windows color (decimal): -2418213 or 14359003. OLE color: 14359003.

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

Color convert

RGB 219 25 219 -
CMYK 0 0.89 0 0.14
HSL 300º 0.8% 0.48% -
HSV(B) 300º 0.89% 0.86% -
XYZ 42.35 20.87 68.81 -
YUV 105.12 192.27 209.23 -
System Red Green Blue C M Y K H S L
Decimal 219 25 219 0 0.89 0 0.14 300 0.8 0.48
Hex DB 19 DB 0 59 0 E 12C 50 30
Octal 333 31 333 0 131 0 16 454 120 60
Binary 11011011 11001 11011011 0 1011001 0 1110 100101100 1010000 110000

Color Harmonies of #DB19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19DB

Black with #DB19DB

Text Example


Text Example

White with #DB19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19DB; }

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

 H1.HeaderClassName
 {
   color: #DB19DB;
 }
 .AnyTagClassName
 {
   color: #DB19DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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