#D11ACB

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

Shades of Deep Magenta #D11ACB

Tints of Deep Magenta #D11ACB

Color information

#D11ACB (or 0xD11ACB) is unknown color: approx Deep Magenta. HEX triplet: D1, 1A and CB. RGB value is (209,26,203). Sum of RGB (Red+Green+Blue) = 209+26+203=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ACB is #2EE534. Grayscale: #646464. Windows color (decimal): -3073333 or 13310673. OLE color: 13310673.

HSL color Cylindrical-coordinate representation of color #D11ACB: hue angle of 301.97º 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 #D11ACB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20926203-
CMYK00.880.030.18
HSL301.97º77.87%46.08%-
HSV(B)301.97º87.56%81.96%-
XYZ37.4418.6158.12-
YUV100.9185.63205.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 26 (10.55% from 255) = 5.94%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=47.72%
G=5.94%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092620300.880.030.18301.9777.8746.08
HexD11ACB05831212e4e2e
Octal32132313013032245611656
Binary1101000111010110010110101100011100101001011101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11ACB; }

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

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

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

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

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

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

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

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