Html Css Color HEX #DC5DCC Free Speech Magenta
📋 copy color: '#DC5DCC'red 220 ◦ green 93 ◦ blue 204
Shades of Free Speech Magenta #DC5DCC
Tints of Free Speech Magenta #DC5DCC
RGB
CMYK
RGB Variations
Color information
#DC5DCC (or 0xDC5DCC) is known color: Free Speech Magenta. HEX triplet: DC, 5D and CC. RGB value is (220,93,204). Sum of RGB (Red+Green+Blue) = 220+93+204=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCC is #23A233. Grayscale: #8F8F8F. Windows color (decimal): -2335284 or 13393372. OLE color: 13393372.
HSL color Cylindrical-coordinate representation of color #DC5DCC: hue angle of 307.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DCC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 204 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.14 |
| HSL | 307.56º | 0.64% | 0.61% | - |
| HSV(B) | 307.56º | 0.58% | 0.86% | - |
| XYZ | 44.33 | 27.4 | 60.08 | - |
| YUV | 143.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 204 | 0 | 0.58 | 0.07 | 0.14 | 307.56 | 0.64 | 0.61 |
| Hex | DC | 5D | CC | 0 | 3A | 7 | E | 134 | 40 | 3D |
| Octal | 334 | 135 | 314 | 0 | 72 | 7 | 16 | 464 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11001100 | 0 | 111010 | 111 | 1110 | 100110100 | 1000000 | 111101 |
Color Harmonies of #DC5DCC
Complementary color
Monochromatic Colors of #DC5DCC
Black with #DC5DCC
Text Example
Text Example
White with #DC5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DCC; }
p { color: rgb(220,93,204); }
H1.HeaderClassName
{
color: #DC5DCC;
}
.AnyTagClassName
{
color: #DC5DCC;
}
</style>
background-color css
<style>
a { background-color: #DC5DCC; }
a { background-color: rgb(220,93,204); }
div.DivClassName
{
background-color: #DC5DCC;
}
.BgClassName
{
background-color: #DC5DCC;
}
</style>
border-color css
<style>
span { border-color: #DC5DCC; }
span { border-color: rgb(220,93,204); }
td.TdClassName
{
border-color: #DC5DCC;
}
.TagClassName
{
border-color: #DC5DCC;
}
</style>