#DC05C5

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

Shades of Deep Magenta #DC05C5

Tints of Deep Magenta #DC05C5

Color information

#DC05C5 (or 0xDC05C5) is unknown color: approx Deep Magenta. HEX triplet: DC, 05 and C5. RGB value is (220,5,197). Sum of RGB (Red+Green+Blue) = 220+5+197=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05C5 is #23FA3A. Grayscale: #5A5A5A. Windows color (decimal): -2357819 or 12912092. OLE color: 12912092.

HSL color Cylindrical-coordinate representation of color #DC05C5: hue angle of 306.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05C5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB2205197-
CMYK00.980.100.14
HSL306.42º95.56%44.12%-
HSV(B)306.42º97.73%86.27%-
XYZ39.6519.3654.47-
YUV91.17187.73219.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 5 (2.34% from 255) = 1.18%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=52.13%
G=1.18%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220519700.980.100.14306.4295.5644.12
HexDC5C5062AE132602c
Octal33453050142121646214054
Binary110111001011100010101100010101011101001100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC05C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC05C5; }

 p { color: rgb(220,5,197); }

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

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

 a { background-color: rgb(220,5,197); }

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

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

 span { border-color: rgb(220,5,197); }

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