Html Css Color HEX #DB19BE Deep Magenta

📋 copy color: '#DB19BE'

red 219 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #DB19BE

Tints of Deep Magenta #DB19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 50.46%
G = 5.76%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB19BE (or 0xDB19BE) is known color: Deep Magenta. HEX triplet: DB, 19 and BE. RGB value is (219,25,190). Sum of RGB (Red+Green+Blue) = 219+25+190=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19BE is #24E641. Grayscale: #656565. Windows color (decimal): -2418242 or 12458459. OLE color: 12458459.

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

Color convert

RGB 219 25 190 -
CMYK 0 0.89 0.13 0.14
HSL 308.97º 0.8% 0.48% -
HSV(B) 308.97º 0.89% 0.86% -
XYZ 38.86 19.47 50.43 -
YUV 101.82 177.77 211.58 -
System Red Green Blue C M Y K H S L
Decimal 219 25 190 0 0.89 0.13 0.14 308.97 0.8 0.48
Hex DB 19 BE 0 59 D E 135 50 30
Octal 333 31 276 0 131 15 16 465 120 60
Binary 11011011 11001 10111110 0 1011001 1101 1110 100110101 1010000 110000

Color Harmonies of #DB19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19BE

Black with #DB19BE

Text Example


Text Example

White with #DB19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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