#DC11D1

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

Shades of Deep Magenta #DC11D1

Tints of Deep Magenta #DC11D1

Color information

#DC11D1 (or 0xDC11D1) is unknown color: approx Deep Magenta. HEX triplet: DC, 11 and D1. RGB value is (220,17,209). Sum of RGB (Red+Green+Blue) = 220+17+209=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11D1 is #23EE2E. Grayscale: #636363. Windows color (decimal): -2354735 or 13701596. OLE color: 13701596.

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

Color convert

RGB22017209-
CMYK00.920.050.14
HSL303.25º85.65%46.47%-
HSV(B)303.25º92.27%86.27%-
XYZ41.2220.2262.05-
YUV99.58189.75213.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 17 (7.03% from 255) = 3.81%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=49.33%
G=3.81%
B=46.86%

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
Decimal2201720900.920.050.14303.2585.6546.47
HexDC11D105C5E12f562e
Octal33421321013451645712656
Binary1101110010001110100010101110010111101001011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC11D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC11D1; }

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

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

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

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

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

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

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

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