Html Css Color HEX #DC60C9 Free Speech Magenta
📋 copy color: '#DC60C9'red 220 ◦ green 96 ◦ blue 201
Shades of Free Speech Magenta #DC60C9
Tints of Free Speech Magenta #DC60C9
RGB
CMYK
RGB Variations
Color information
#DC60C9 (or 0xDC60C9) is known color: Free Speech Magenta. HEX triplet: DC, 60 and C9. RGB value is (220,96,201). Sum of RGB (Red+Green+Blue) = 220+96+201=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C9 is #239F36. Grayscale: #909090. Windows color (decimal): -2334519 or 13197532. OLE color: 13197532.
HSL color Cylindrical-coordinate representation of color #DC60C9: hue angle of 309.19º 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 #DC60C9 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 201 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.14 |
| HSL | 309.19º | 0.64% | 0.62% | - |
| HSV(B) | 309.19º | 0.56% | 0.86% | - |
| XYZ | 44.24 | 27.8 | 58.29 | - |
| YUV | 145.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 201 | 0 | 0.56 | 0.09 | 0.14 | 309.19 | 0.64 | 0.62 |
| Hex | DC | 60 | C9 | 0 | 38 | 9 | E | 135 | 40 | 3E |
| Octal | 334 | 140 | 311 | 0 | 70 | 11 | 16 | 465 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11001001 | 0 | 111000 | 1001 | 1110 | 100110101 | 1000000 | 111110 |
Color Harmonies of #DC60C9
Complementary color
Monochromatic Colors of #DC60C9
Black with #DC60C9
Text Example
Text Example
White with #DC60C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60C9; }
p { color: rgb(220,96,201); }
H1.HeaderClassName
{
color: #DC60C9;
}
.AnyTagClassName
{
color: #DC60C9;
}
</style>
background-color css
<style>
a { background-color: #DC60C9; }
a { background-color: rgb(220,96,201); }
div.DivClassName
{
background-color: #DC60C9;
}
.BgClassName
{
background-color: #DC60C9;
}
</style>
border-color css
<style>
span { border-color: #DC60C9; }
span { border-color: rgb(220,96,201); }
td.TdClassName
{
border-color: #DC60C9;
}
.TagClassName
{
border-color: #DC60C9;
}
</style>