#DB11B9

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

Shades of Deep Magenta #DB11B9

Tints of Deep Magenta #DB11B9

Color information

#DB11B9 (or 0xDB11B9) is unknown color: approx Deep Magenta. HEX triplet: DB, 11 and B9. RGB value is (219,17,185). Sum of RGB (Red+Green+Blue) = 219+17+185=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB11B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11B9 is #24EE46. Grayscale: #606060. Windows color (decimal): -2420295 or 12128731. OLE color: 12128731.

HSL color Cylindrical-coordinate representation of color #DB11B9: hue angle of 310.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB11B9 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB21917185-
CMYK00.920.160.14
HSL310.1º85.59%46.27%-
HSV(B)310.1º92.24%85.88%-
XYZ38.1718.9647.55-
YUV96.55177.92215.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=52.02%
G=4.04%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191718500.920.160.14310.185.5946.27
HexDB11B905C10E136562e
Octal333212710134201646612656
Binary110110111000110111001010111001000011101001101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB11B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB11B9; }

 p { color: rgb(219,17,185); }

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

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

 a { background-color: rgb(219,17,185); }

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

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

 span { border-color: rgb(219,17,185); }

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