#DC60C7

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

Shades of Free Speech Magenta #DC60C7

Tints of Free Speech Magenta #DC60C7

Color information

#DC60C7 (or 0xDC60C7) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 60 and C7. RGB value is (220,96,199). Sum of RGB (Red+Green+Blue) = 220+96+199=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C7 is #239F38. Grayscale: #909090. Windows color (decimal): -2334521 or 13066460. OLE color: 13066460.

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

Color convert

RGB22096199-
CMYK00.560.100.14
HSL310.16º63.92%61.96%-
HSV(B)310.16º56.36%86.27%-
XYZ44.0127.757.06-
YUV144.82158.58181.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=42.72%
G=18.64%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209619900.560.100.14310.1663.9261.96
HexDC60C7038AE136403e
Octal334140307070121646610076
Binary110111001100000110001110111000101011101001101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60C7; }

 p { color: rgb(220,96,199); }

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

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

 a { background-color: rgb(220,96,199); }

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

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

 span { border-color: rgb(220,96,199); }

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