Html Css Color HEX #DB08B7 Deep Magenta

📋 copy color: '#DB08B7'

red 219 ◦ green 8 ◦ blue 183

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

Shades of Deep Magenta #DB08B7

Tints of Deep Magenta #DB08B7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.95%

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

R = 53.41%
G = 1.95%
B = 44.63%

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

#DB08B7 (or 0xDB08B7) is known color: Deep Magenta. HEX triplet: DB, 08 and B7. RGB value is (219,8,183). Sum of RGB (Red+Green+Blue) = 219+8+183=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08B7 is #24F748. Grayscale: #5A5A5A. Windows color (decimal): -2422601 or 11995355. OLE color: 11995355.

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

Color convert

RGB 219 8 183 -
CMYK 0 0.96 0.16 0.14
HSL 310.24º 0.93% 0.45% -
HSV(B) 310.24º 0.96% 0.86% -
XYZ 37.85 18.65 46.41 -
YUV 91.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 219 8 183 0 0.96 0.16 0.14 310.24 0.93 0.45
Hex DB 8 B7 0 60 10 E 136 5D 2D
Octal 333 10 267 0 140 20 16 466 135 55
Binary 11011011 1000 10110111 0 1100000 10000 1110 100110110 1011101 101101

Color Harmonies of #DB08B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08B7

Black with #DB08B7

Text Example


Text Example

White with #DB08B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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