#DC60CE

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

Shades of Free Speech Magenta #DC60CE

Tints of Free Speech Magenta #DC60CE

Color information

#DC60CE (or 0xDC60CE) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 60 and CE. RGB value is (220,96,206). Sum of RGB (Red+Green+Blue) = 220+96+206=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60CE is #239F31. Grayscale: #919191. Windows color (decimal): -2334514 or 13525212. OLE color: 13525212.

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

Color convert

RGB22096206-
CMYK00.560.060.14
HSL306.77º63.92%61.96%-
HSV(B)306.77º56.36%86.27%-
XYZ44.8428.0461.44-
YUV145.62162.08181.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=42.15%
G=18.39%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209620600.560.060.14306.7763.9261.96
HexDC60CE0386E133403e
Octal33414031607061646310076
Binary11011100110000011001110011100011011101001100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60CE; }

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

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

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

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

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

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

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

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