Html Css Color HEX #DB09B6 Deep Magenta

📋 copy color: '#DB09B6'

red 219 ◦ green 9 ◦ blue 182

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

Shades of Deep Magenta #DB09B6

Tints of Deep Magenta #DB09B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 53.41%
G = 2.2%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB09B6 (or 0xDB09B6) is known color: Deep Magenta. HEX triplet: DB, 09 and B6. RGB value is (219,9,182). Sum of RGB (Red+Green+Blue) = 219+9+182=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09B6 is #24F649. Grayscale: #5B5B5B. Windows color (decimal): -2422346 or 11930075. OLE color: 11930075.

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

Color convert

RGB 219 9 182 -
CMYK 0 0.96 0.17 0.14
HSL 310.57º 0.92% 0.45% -
HSV(B) 310.57º 0.96% 0.86% -
XYZ 37.75 18.63 45.86 -
YUV 91.51 179.07 218.93 -
System Red Green Blue C M Y K H S L
Decimal 219 9 182 0 0.96 0.17 0.14 310.57 0.92 0.45
Hex DB 9 B6 0 60 11 E 137 5C 2D
Octal 333 11 266 0 140 21 16 467 134 55
Binary 11011011 1001 10110110 0 1100000 10001 1110 100110111 1011100 101101

Color Harmonies of #DB09B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09B6

Black with #DB09B6

Text Example


Text Example

White with #DB09B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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