#D111DD

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

Shades of Deep Magenta #D111DD

Tints of Deep Magenta #D111DD

Color information

#D111DD (or 0xD111DD) is unknown color: approx Deep Magenta. HEX triplet: D1, 11 and DD. RGB value is (209,17,221). Sum of RGB (Red+Green+Blue) = 209+17+221=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D111DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111DD is #2EEE22. Grayscale: #616161. Windows color (decimal): -3075619 or 14488017. OLE color: 14488017.

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

Color convert

RGB20917221-
CMYK0.050.9200.13
HSL296.47º85.71%46.67%-
HSV(B)296.47º92.31%86.67%-
XYZ39.5519.1870.02-
YUV97.66197.61207.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.76%
GREEN value IS 17 (7.03% from 255) = 3.80%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=46.76%
G=3.80%
B=49.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209172210.050.9200.13296.4785.7146.67
HexD111DD55C0D128562f
Octal32121335513401545012657
Binary1101000110001110111011011011100011011001010001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D111DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D111DD; }

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

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

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

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

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

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

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

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