Html Css Color HEX #DB09B7 Deep Magenta

📋 copy color: '#DB09B7'

red 219 ◦ green 9 ◦ blue 183

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

Shades of Deep Magenta #DB09B7

Tints of Deep Magenta #DB09B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 53.28%
G = 2.19%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB09B7 (or 0xDB09B7) is known color: Deep Magenta. HEX triplet: DB, 09 and B7. RGB value is (219,9,183). Sum of RGB (Red+Green+Blue) = 219+9+183=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09B7 is #24F648. Grayscale: #5B5B5B. Windows color (decimal): -2422345 or 11995611. OLE color: 11995611.

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

Color convert

RGB 219 9 183 -
CMYK 0 0.96 0.16 0.14
HSL 310.29º 0.92% 0.45% -
HSV(B) 310.29º 0.96% 0.86% -
XYZ 37.86 18.67 46.41 -
YUV 91.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 219 9 183 0 0.96 0.16 0.14 310.29 0.92 0.45
Hex DB 9 B7 0 60 10 E 136 5C 2D
Octal 333 11 267 0 140 20 16 466 134 55
Binary 11011011 1001 10110111 0 1100000 10000 1110 100110110 1011100 101101

Color Harmonies of #DB09B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09B7

Black with #DB09B7

Text Example


Text Example

White with #DB09B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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