#db11dd

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

Shades of Deep Magenta #DB11DD

Tints of Deep Magenta #DB11DD

Color information

#DB11DD (or 0xDB11DD) is unknown color: approx Deep Magenta. HEX triplet: DB, 11 and DD. RGB value is (219,17,221). Sum of RGB (Red+Green+Blue) = 219+17+221=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DD is #24EE22. Grayscale: #646464. Windows color (decimal): -2420259 or 14488027. OLE color: 14488027.

HSL color Cylindrical-coordinate representation of color #DB11DD: hue angle of 299.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB11DD is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21917221-
CMYK0.010.9200.13
HSL299.41º85.71%46.67%-
HSV(B)299.41º92.31%86.67%-
XYZ42.4720.6870.16-
YUV100.65195.92212.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 17 (7.03% from 255) = 3.72%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=47.92%
G=3.72%
B=48.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219172210.010.9200.13299.4185.7146.67
HexDB11DD15C0D12b562f
Octal33321335113401545312657
Binary11011011100011101110111011100011011001010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db11dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db11dd; }

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

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

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

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

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

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

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

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