Html Css Color HEX #DC60D6 Free Speech Magenta
📋 copy color: '#DC60D6'red 220 ◦ green 96 ◦ blue 214
Shades of Free Speech Magenta #DC60D6
Tints of Free Speech Magenta #DC60D6
RGB
CMYK
RGB Variations
Color information
#DC60D6 (or 0xDC60D6) is known color: Free Speech Magenta. HEX triplet: DC, 60 and D6. RGB value is (220,96,214). Sum of RGB (Red+Green+Blue) = 220+96+214=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60D6 is #239F29. Grayscale: #929292. Windows color (decimal): -2334506 or 14049500. OLE color: 14049500.
HSL color Cylindrical-coordinate representation of color #DC60D6: hue angle of 302.9º 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 #DC60D6 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 214 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.14 |
| HSL | 302.9º | 0.64% | 0.62% | - |
| HSV(B) | 302.9º | 0.56% | 0.86% | - |
| XYZ | 45.84 | 28.44 | 66.69 | - |
| YUV | 146.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 214 | 0 | 0.56 | 0.03 | 0.14 | 302.9 | 0.64 | 0.62 |
| Hex | DC | 60 | D6 | 0 | 38 | 3 | E | 12F | 40 | 3E |
| Octal | 334 | 140 | 326 | 0 | 70 | 3 | 16 | 457 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11010110 | 0 | 111000 | 11 | 1110 | 100101111 | 1000000 | 111110 |
Color Harmonies of #DC60D6
Complementary color
Monochromatic Colors of #DC60D6
Black with #DC60D6
Text Example
Text Example
White with #DC60D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60D6; }
p { color: rgb(220,96,214); }
H1.HeaderClassName
{
color: #DC60D6;
}
.AnyTagClassName
{
color: #DC60D6;
}
</style>
background-color css
<style>
a { background-color: #DC60D6; }
a { background-color: rgb(220,96,214); }
div.DivClassName
{
background-color: #DC60D6;
}
.BgClassName
{
background-color: #DC60D6;
}
</style>
border-color css
<style>
span { border-color: #DC60D6; }
span { border-color: rgb(220,96,214); }
td.TdClassName
{
border-color: #DC60D6;
}
.TagClassName
{
border-color: #DC60D6;
}
</style>