#D11CCB

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

Shades of Deep Magenta #D11CCB

Tints of Deep Magenta #D11CCB

Color information

#D11CCB (or 0xD11CCB) is unknown color: approx Deep Magenta. HEX triplet: D1, 1C and CB. RGB value is (209,28,203). Sum of RGB (Red+Green+Blue) = 209+28+203=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCB is #2EE334. Grayscale: #656565. Windows color (decimal): -3072821 or 13311185. OLE color: 13311185.

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

Color convert

RGB20928203-
CMYK00.870.030.18
HSL301.99º76.37%46.47%-
HSV(B)301.99º86.6%81.96%-
XYZ37.4918.758.13-
YUV102.07184.97204.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 28 (11.33% from 255) = 6.36%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=47.5%
G=6.36%
B=46.14%

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
Decimal2092820300.870.030.18301.9976.3746.47
HexD11CCB05731212e4c2e
Octal32134313012732245611456
Binary1101000111100110010110101011111100101001011101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11CCB; }

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

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

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

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

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

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

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

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