Html Css Color HEX #DB09BA Deep Magenta

📋 copy color: '#DB09BA'

red 219 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #DB09BA

Tints of Deep Magenta #DB09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.17%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 52.9%
G = 2.17%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB09BA (or 0xDB09BA) is known color: Deep Magenta. HEX triplet: DB, 09 and BA. RGB value is (219,9,186). Sum of RGB (Red+Green+Blue) = 219+9+186=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09BA is #24F645. Grayscale: #5B5B5B. Windows color (decimal): -2422342 or 12192219. OLE color: 12192219.

HSL color Cylindrical-coordinate representation of color #DB09BA: hue angle of 309.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09BA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 186 -
CMYK 0 0.96 0.15 0.14
HSL 309.43º 0.92% 0.45% -
HSV(B) 309.43º 0.96% 0.86% -
XYZ 38.17 18.8 48.07 -
YUV 91.97 181.07 218.61 -
System Red Green Blue C M Y K H S L
Decimal 219 9 186 0 0.96 0.15 0.14 309.43 0.92 0.45
Hex DB 9 BA 0 60 F E 135 5C 2D
Octal 333 11 272 0 140 17 16 465 134 55
Binary 11011011 1001 10111010 0 1100000 1111 1110 100110101 1011100 101101

Color Harmonies of #DB09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09BA

Black with #DB09BA

Text Example


Text Example

White with #DB09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09BA; }

 p { color: rgb(219,9,186); }

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

background-color css

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

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

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

border-color css

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

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

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