#DC10C0

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

Shades of Deep Magenta #DC10C0

Tints of Deep Magenta #DC10C0

Color information

#DC10C0 (or 0xDC10C0) is unknown color: approx Deep Magenta. HEX triplet: DC, 10 and C0. RGB value is (220,16,192). Sum of RGB (Red+Green+Blue) = 220+16+192=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10C0 is #23EF3F. Grayscale: #606060. Windows color (decimal): -2355008 or 12587228. OLE color: 12587228.

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

Color convert

RGB22016192-
CMYK00.930.130.14
HSL308.24º86.44%46.27%-
HSV(B)308.24º92.73%86.27%-
XYZ39.2119.3951.55-
YUV97.06181.59215.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 16 (6.64% from 255) = 3.74%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=51.40%
G=3.74%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201619200.930.130.14308.2486.4446.27
HexDC10C005DDE134562e
Octal334203000135151646412656
Binary11011100100001100000001011101110111101001101001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC10C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC10C0; }

 p { color: rgb(220,16,192); }

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

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

 a { background-color: rgb(220,16,192); }

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

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

 span { border-color: rgb(220,16,192); }

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