#D11AC7

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

Shades of Deep Magenta #D11AC7

Tints of Deep Magenta #D11AC7

Color information

#D11AC7 (or 0xD11AC7) is unknown color: approx Deep Magenta. HEX triplet: D1, 1A and C7. RGB value is (209,26,199). Sum of RGB (Red+Green+Blue) = 209+26+199=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AC7 is #2EE538. Grayscale: #636363. Windows color (decimal): -3073337 or 13048529. OLE color: 13048529.

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

Color convert

RGB20926199-
CMYK00.880.050.18
HSL303.28º77.87%46.08%-
HSV(B)303.28º87.56%81.96%-
XYZ36.9718.4255.64-
YUV100.44183.63205.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 26 (10.55% from 255) = 5.99%
BLUE value IS 199 (78.12% from 255) = 45.85%
R=48.16%
G=5.99%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092619900.880.050.18303.2877.8746.08
HexD11AC705851212f4e2e
Octal32132307013052245711656
Binary11010001110101100011101011000101100101001011111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11AC7; }

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

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

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

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

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

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

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

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