Html Css Color HEX #DC60C3 Free Speech Magenta
📋 copy color: '#DC60C3'red 220 ◦ green 96 ◦ blue 195
Shades of Free Speech Magenta #DC60C3
Tints of Free Speech Magenta #DC60C3
RGB
CMYK
RGB Variations
Color information
#DC60C3 (or 0xDC60C3) is known color: Free Speech Magenta. HEX triplet: DC, 60 and C3. RGB value is (220,96,195). Sum of RGB (Red+Green+Blue) = 220+96+195=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C3 is #239F3C. Grayscale: #909090. Windows color (decimal): -2334525 or 12804316. OLE color: 12804316.
HSL color Cylindrical-coordinate representation of color #DC60C3: hue angle of 312.1º 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 #DC60C3 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 195 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.14 |
| HSL | 312.1º | 0.64% | 0.62% | - |
| HSV(B) | 312.1º | 0.56% | 0.86% | - |
| XYZ | 43.55 | 27.52 | 54.65 | - |
| YUV | 144.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 195 | 0 | 0.56 | 0.11 | 0.14 | 312.1 | 0.64 | 0.62 |
| Hex | DC | 60 | C3 | 0 | 38 | B | E | 138 | 40 | 3E |
| Octal | 334 | 140 | 303 | 0 | 70 | 13 | 16 | 470 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11000011 | 0 | 111000 | 1011 | 1110 | 100111000 | 1000000 | 111110 |
Color Harmonies of #DC60C3
Complementary color
Monochromatic Colors of #DC60C3
Black with #DC60C3
Text Example
Text Example
White with #DC60C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60C3; }
p { color: rgb(220,96,195); }
H1.HeaderClassName
{
color: #DC60C3;
}
.AnyTagClassName
{
color: #DC60C3;
}
</style>
background-color css
<style>
a { background-color: #DC60C3; }
a { background-color: rgb(220,96,195); }
div.DivClassName
{
background-color: #DC60C3;
}
.BgClassName
{
background-color: #DC60C3;
}
</style>
border-color css
<style>
span { border-color: #DC60C3; }
span { border-color: rgb(220,96,195); }
td.TdClassName
{
border-color: #DC60C3;
}
.TagClassName
{
border-color: #DC60C3;
}
</style>