#DC11D3

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

Shades of Deep Magenta #DC11D3

Tints of Deep Magenta #DC11D3

Color information

#DC11D3 (or 0xDC11D3) is unknown color: approx Deep Magenta. HEX triplet: DC, 11 and D3. RGB value is (220,17,211). Sum of RGB (Red+Green+Blue) = 220+17+211=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11D3 is #23EE2C. Grayscale: #636363. Windows color (decimal): -2354733 or 13832668. OLE color: 13832668.

HSL color Cylindrical-coordinate representation of color #DC11D3: hue angle of 302.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11D3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB22017211-
CMYK00.920.040.14
HSL302.66º85.65%46.47%-
HSV(B)302.66º92.27%86.27%-
XYZ41.4720.3263.36-
YUV99.81190.75213.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 17 (7.03% from 255) = 3.79%
BLUE value IS 211 (82.81% from 255) = 47.10%
R=49.11%
G=3.79%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201721100.920.040.14302.6685.6546.47
HexDC11D305C4E12f562e
Octal33421323013441645712656
Binary1101110010001110100110101110010011101001011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC11D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC11D3; }

 p { color: rgb(220,17,211); }

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

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

 a { background-color: rgb(220,17,211); }

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

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

 span { border-color: rgb(220,17,211); }

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