Html Css Color HEX #DC60C0 Free Speech Magenta
📋 copy color: '#DC60C0'red 220 ◦ green 96 ◦ blue 192
Shades of Free Speech Magenta #DC60C0
Tints of Free Speech Magenta #DC60C0
RGB
CMYK
RGB Variations
Color information
#DC60C0 (or 0xDC60C0) is known color: Free Speech Magenta. HEX triplet: DC, 60 and C0. RGB value is (220,96,192). Sum of RGB (Red+Green+Blue) = 220+96+192=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C0 is #239F3F. Grayscale: #8F8F8F. Windows color (decimal): -2334528 or 12607708. OLE color: 12607708.
HSL color Cylindrical-coordinate representation of color #DC60C0: hue angle of 313.55º 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 #DC60C0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 192 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.14 |
| HSL | 313.55º | 0.64% | 0.62% | - |
| HSV(B) | 313.55º | 0.56% | 0.86% | - |
| XYZ | 43.21 | 27.39 | 52.88 | - |
| YUV | 144.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 192 | 0 | 0.56 | 0.13 | 0.14 | 313.55 | 0.64 | 0.62 |
| Hex | DC | 60 | C0 | 0 | 38 | D | E | 13A | 40 | 3E |
| Octal | 334 | 140 | 300 | 0 | 70 | 15 | 16 | 472 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11000000 | 0 | 111000 | 1101 | 1110 | 100111010 | 1000000 | 111110 |
Color Harmonies of #DC60C0
Complementary color
Monochromatic Colors of #DC60C0
Black with #DC60C0
Text Example
Text Example
White with #DC60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60C0; }
p { color: rgb(220,96,192); }
H1.HeaderClassName
{
color: #DC60C0;
}
.AnyTagClassName
{
color: #DC60C0;
}
</style>
background-color css
<style>
a { background-color: #DC60C0; }
a { background-color: rgb(220,96,192); }
div.DivClassName
{
background-color: #DC60C0;
}
.BgClassName
{
background-color: #DC60C0;
}
</style>
border-color css
<style>
span { border-color: #DC60C0; }
span { border-color: rgb(220,96,192); }
td.TdClassName
{
border-color: #DC60C0;
}
.TagClassName
{
border-color: #DC60C0;
}
</style>