#D311DB

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

Shades of Deep Magenta #D311DB

Tints of Deep Magenta #D311DB

Color information

#D311DB (or 0xD311DB) is unknown color: approx Deep Magenta. HEX triplet: D3, 11 and DB. RGB value is (211,17,219). Sum of RGB (Red+Green+Blue) = 211+17+219=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D311DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D311DB is #2CEE24. Grayscale: #616161. Windows color (decimal): -2944549 or 14356947. OLE color: 14356947.

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

Color convert

RGB21117219-
CMYK0.040.9200.14
HSL297.62º85.59%46.27%-
HSV(B)297.62º92.24%85.88%-
XYZ39.8519.3668.66-
YUV98.03196.27208.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 17 (7.03% from 255) = 3.80%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=47.20%
G=3.80%
B=48.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211172190.040.9200.14297.6285.5946.27
HexD311DB45C0E12a562e
Octal32321333413401645212656
Binary1101001110001110110111001011100011101001010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D311DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D311DB; }

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

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

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

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

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

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

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

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