#D11ACC

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

Shades of Deep Magenta #D11ACC

Tints of Deep Magenta #D11ACC

Color information

#D11ACC (or 0xD11ACC) is unknown color: approx Deep Magenta. HEX triplet: D1, 1A and CC. RGB value is (209,26,204). Sum of RGB (Red+Green+Blue) = 209+26+204=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ACC is #2EE533. Grayscale: #646464. Windows color (decimal): -3073332 or 13376209. OLE color: 13376209.

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

Color convert

RGB20926204-
CMYK00.880.020.18
HSL301.64º77.87%46.08%-
HSV(B)301.64º87.56%81.96%-
XYZ37.5618.6558.75-
YUV101.01186.13205.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 26 (10.55% from 255) = 5.92%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=47.61%
G=5.92%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092620400.880.020.18301.6477.8746.08
HexD11ACC05821212e4e2e
Octal32132314013022245611656
Binary1101000111010110011000101100010100101001011101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11ACC; }

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

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

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

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

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

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

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

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