#D11ABB

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

Shades of Deep Magenta #D11ABB

Tints of Deep Magenta #D11ABB

Color information

#D11ABB (or 0xD11ABB) is unknown color: approx Deep Magenta. HEX triplet: D1, 1A and BB. RGB value is (209,26,187). Sum of RGB (Red+Green+Blue) = 209+26+187=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABB is #2EE544. Grayscale: #626262. Windows color (decimal): -3073349 or 12262097. OLE color: 12262097.

HSL color Cylindrical-coordinate representation of color #D11ABB: hue angle of 307.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11ABB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20926187-
CMYK00.880.110.18
HSL307.21º77.87%46.08%-
HSV(B)307.21º87.56%81.96%-
XYZ35.6317.8848.59-
YUV99.07177.63206.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 26 (10.55% from 255) = 6.16%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=49.53%
G=6.16%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092618700.880.110.18307.2177.8746.08
HexD11ABB058B121334e2e
Octal321322730130132246311656
Binary110100011101010111011010110001011100101001100111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11ABB; }

 p { color: rgb(209,26,187); }

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

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

 a { background-color: rgb(209,26,187); }

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

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

 span { border-color: rgb(209,26,187); }

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