#DC11D2

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

Shades of Deep Magenta #DC11D2

Tints of Deep Magenta #DC11D2

Color information

#DC11D2 (or 0xDC11D2) is unknown color: approx Deep Magenta. HEX triplet: DC, 11 and D2. RGB value is (220,17,210). Sum of RGB (Red+Green+Blue) = 220+17+210=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11D2 is #23EE2D. Grayscale: #636363. Windows color (decimal): -2354734 or 13767132. OLE color: 13767132.

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

Color convert

RGB22017210-
CMYK00.920.050.14
HSL302.96º85.65%46.47%-
HSV(B)302.96º92.27%86.27%-
XYZ41.3520.2762.71-
YUV99.7190.25213.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 17 (7.03% from 255) = 3.80%
BLUE value IS 210 (82.42% from 255) = 46.98%
R=49.22%
G=3.80%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201721000.920.050.14302.9685.6546.47
HexDC11D205C5E12f562e
Octal33421322013451645712656
Binary1101110010001110100100101110010111101001011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC11D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC11D2; }

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

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

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

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

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

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

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

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