Html Css Color HEX #DC60CE Free Speech Magenta
📋 copy color: '#DC60CE'red 220 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #DC60CE
Tints of Free Speech Magenta #DC60CE
RGB
CMYK
RGB Variations
Color information
#DC60CE (or 0xDC60CE) is known color: 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
| RGB | 220 | 96 | 206 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.14 |
| HSL | 306.77º | 0.64% | 0.62% | - |
| HSV(B) | 306.77º | 0.56% | 0.86% | - |
| XYZ | 44.84 | 28.04 | 61.44 | - |
| YUV | 145.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 206 | 0 | 0.56 | 0.06 | 0.14 | 306.77 | 0.64 | 0.62 |
| Hex | DC | 60 | CE | 0 | 38 | 6 | E | 133 | 40 | 3E |
| Octal | 334 | 140 | 316 | 0 | 70 | 6 | 16 | 463 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11001110 | 0 | 111000 | 110 | 1110 | 100110011 | 1000000 | 111110 |
Color Harmonies of #DC60CE
Complementary color
Monochromatic Colors of #DC60CE
Black with #DC60CE
Text Example
Text Example
White with #DC60CE
Text Example
Text Example
HTML Codes & Css Web 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>