#D11CCA

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

Shades of Deep Magenta #D11CCA

Tints of Deep Magenta #D11CCA

Color information

#D11CCA (or 0xD11CCA) is unknown color: approx Deep Magenta. HEX triplet: D1, 1C and CA. RGB value is (209,28,202). Sum of RGB (Red+Green+Blue) = 209+28+202=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCA is #2EE335. Grayscale: #656565. Windows color (decimal): -3072822 or 13245649. OLE color: 13245649.

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

Color convert

RGB20928202-
CMYK00.870.030.18
HSL302.32º76.37%46.47%-
HSV(B)302.32º86.6%81.96%-
XYZ37.3718.6557.51-
YUV101.96184.47204.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 28 (11.33% from 255) = 6.38%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=47.61%
G=6.38%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092820200.870.030.18302.3276.3746.47
HexD11CCA05731212e4c2e
Octal32134312012732245611456
Binary1101000111100110010100101011111100101001011101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11CCA; }

 p { color: rgb(209,28,202); }

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

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

 a { background-color: rgb(209,28,202); }

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

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

 span { border-color: rgb(209,28,202); }

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