Html Css Color HEX #DC5FCC Free Speech Magenta
📋 copy color: '#DC5FCC'red 220 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #DC5FCC
Tints of Free Speech Magenta #DC5FCC
RGB
CMYK
RGB Variations
Color information
#DC5FCC (or 0xDC5FCC) is known color: Free Speech Magenta. HEX triplet: DC, 5F and CC. RGB value is (220,95,204). Sum of RGB (Red+Green+Blue) = 220+95+204=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FCC is #23A033. Grayscale: #909090. Windows color (decimal): -2334772 or 13393884. OLE color: 13393884.
HSL color Cylindrical-coordinate representation of color #DC5FCC: hue angle of 307.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5FCC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 204 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.14 |
| HSL | 307.68º | 0.64% | 0.62% | - |
| HSV(B) | 307.68º | 0.57% | 0.86% | - |
| XYZ | 44.51 | 27.76 | 60.14 | - |
| YUV | 144.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 204 | 0 | 0.57 | 0.07 | 0.14 | 307.68 | 0.64 | 0.62 |
| Hex | DC | 5F | CC | 0 | 39 | 7 | E | 134 | 40 | 3E |
| Octal | 334 | 137 | 314 | 0 | 71 | 7 | 16 | 464 | 100 | 76 |
| Binary | 11011100 | 1011111 | 11001100 | 0 | 111001 | 111 | 1110 | 100110100 | 1000000 | 111110 |
Color Harmonies of #DC5FCC
Complementary color
Monochromatic Colors of #DC5FCC
Black with #DC5FCC
Text Example
Text Example
White with #DC5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FCC; }
p { color: rgb(220,95,204); }
H1.HeaderClassName
{
color: #DC5FCC;
}
.AnyTagClassName
{
color: #DC5FCC;
}
</style>
background-color css
<style>
a { background-color: #DC5FCC; }
a { background-color: rgb(220,95,204); }
div.DivClassName
{
background-color: #DC5FCC;
}
.BgClassName
{
background-color: #DC5FCC;
}
</style>
border-color css
<style>
span { border-color: #DC5FCC; }
span { border-color: rgb(220,95,204); }
td.TdClassName
{
border-color: #DC5FCC;
}
.TagClassName
{
border-color: #DC5FCC;
}
</style>