#DB08B4

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

Shades of Deep Magenta #DB08B4

Tints of Deep Magenta #DB08B4

Color information

#DB08B4 (or 0xDB08B4) is unknown color: approx Deep Magenta. HEX triplet: DB, 08 and B4. RGB value is (219,8,180). Sum of RGB (Red+Green+Blue) = 219+8+180=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08B4 is #24F74B. Grayscale: #5A5A5A. Windows color (decimal): -2422604 or 11798747. OLE color: 11798747.

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

Color convert

RGB2198180-
CMYK00.960.180.14
HSL311.09º92.95%44.51%-
HSV(B)311.09º96.35%85.88%-
XYZ37.5418.5344.78-
YUV90.7178.4219.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=53.81%
G=1.97%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219818000.960.180.14311.0992.9544.51
HexDB8B406012E1375d2d
Octal333102640140221646713555
Binary11011011100010110100011000001001011101001101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB08B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB08B4; }

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

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

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

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

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

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

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

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