#DC16D5

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

Shades of Deep Magenta #DC16D5

Tints of Deep Magenta #DC16D5

Color information

#DC16D5 (or 0xDC16D5) is unknown color: approx Deep Magenta. HEX triplet: DC, 16 and D5. RGB value is (220,22,213). Sum of RGB (Red+Green+Blue) = 220+22+213=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC16D5 is #23E92A. Grayscale: #666666. Windows color (decimal): -2353451 or 13965020. OLE color: 13965020.

HSL color Cylindrical-coordinate representation of color #DC16D5: hue angle of 302.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16D5 is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB22022213-
CMYK00.90.030.14
HSL302.12º81.82%47.45%-
HSV(B)302.12º90%86.27%-
XYZ41.8120.5964.72-
YUV102.98190.1211.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 22 (8.98% from 255) = 4.84%
BLUE value IS 213 (83.59% from 255) = 46.81%
R=48.35%
G=4.84%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202221300.90.030.14302.1281.8247.45
HexDC16D505A3E12e522f
Octal33426325013231645612257
Binary110111001011011010101010110101111101001011101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC16D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC16D5; }

 p { color: rgb(220,22,213); }

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

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

 a { background-color: rgb(220,22,213); }

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

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

 span { border-color: rgb(220,22,213); }

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