Html Css Color HEX #DB19DA Deep Magenta

📋 copy color: '#DB19DA'

red 219 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #DB19DA

Tints of Deep Magenta #DB19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 47.4%
G = 5.41%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB19DA (or 0xDB19DA) is known color: Deep Magenta. HEX triplet: DB, 19 and DA. RGB value is (219,25,218). Sum of RGB (Red+Green+Blue) = 219+25+218=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19DA is #24E625. Grayscale: #686868. Windows color (decimal): -2418214 or 14293467. OLE color: 14293467.

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

Color convert

RGB 219 25 218 -
CMYK 0 0.89 0.00 0.14
HSL 300.31º 0.8% 0.48% -
HSV(B) 300.31º 0.89% 0.86% -
XYZ 42.22 20.82 68.12 -
YUV 105.01 191.77 209.31 -
System Red Green Blue C M Y K H S L
Decimal 219 25 218 0 0.89 0.00 0.14 300.31 0.8 0.48
Hex DB 19 DA 0 59 0 E 12C 50 30
Octal 333 31 332 0 131 0 16 454 120 60
Binary 11011011 11001 11011010 0 1011001 0 1110 100101100 1010000 110000

Color Harmonies of #DB19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19DA

Black with #DB19DA

Text Example


Text Example

White with #DB19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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