Html Css Color HEX #DB19DE Deep Magenta

📋 copy color: '#DB19DE'

red 219 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #DB19DE

Tints of Deep Magenta #DB19DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 47%
G = 5.36%
B = 47.64%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB19DE (or 0xDB19DE) is known color: Deep Magenta. HEX triplet: DB, 19 and DE. RGB value is (219,25,222). Sum of RGB (Red+Green+Blue) = 219+25+222=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB19DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19DE is #24E621. Grayscale: #686868. Windows color (decimal): -2418210 or 14555611. OLE color: 14555611.

HSL color Cylindrical-coordinate representation of color #DB19DE: hue angle of 299.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19DE is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 25 222 -
CMYK 0.01 0.89 0 0.13
HSL 299.09º 0.8% 0.48% -
HSV(B) 299.09º 0.89% 0.87% -
XYZ 42.75 21.03 70.91 -
YUV 105.46 193.77 208.98 -
System Red Green Blue C M Y K H S L
Decimal 219 25 222 0.01 0.89 0 0.13 299.09 0.8 0.48
Hex DB 19 DE 1 59 0 D 12B 50 30
Octal 333 31 336 1 131 0 15 453 120 60
Binary 11011011 11001 11011110 1 1011001 0 1101 100101011 1010000 110000

Color Harmonies of #DB19DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19DE

Black with #DB19DE

Text Example


Text Example

White with #DB19DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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