#DB08B5

Color #DB08B5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DB08B5

Tints of Deep Magenta #DB08B5

Color information

#DB08B5 (or 0xDB08B5) is unknown color: approx Deep Magenta. HEX triplet: DB, 08 and B5. RGB value is (219,8,181). Sum of RGB (Red+Green+Blue) = 219+8+181=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08B5 is #24F74A. Grayscale: #5A5A5A. Windows color (decimal): -2422603 or 11864283. OLE color: 11864283.

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

Color convert

RGB2198181-
CMYK00.960.170.14
HSL310.81º92.95%44.51%-
HSV(B)310.81º96.35%85.88%-
XYZ37.6418.5745.32-
YUV90.81178.9219.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 8 (3.52% from 255) = 1.96%
BLUE value IS 181 (71.09% from 255) = 44.36%
R=53.68%
G=1.96%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219818100.960.170.14310.8192.9544.51
HexDB8B506011E1375d2d
Octal333102650140211646713555
Binary11011011100010110101011000001000111101001101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB08B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB08B5; }

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

 H1.HeaderClassName
 {
   color: #DB08B5;
 }
 .AnyTagClassName
 {
   color: #DB08B5;
 }
</style>
background-color css

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

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

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

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

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

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