Html Css Color HEX #DC5ECC Free Speech Magenta
📋 copy color: '#DC5ECC'red 220 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #DC5ECC
Tints of Free Speech Magenta #DC5ECC
RGB
CMYK
RGB Variations
Color information
#DC5ECC (or 0xDC5ECC) is known color: Free Speech Magenta. HEX triplet: DC, 5E and CC. RGB value is (220,94,204). Sum of RGB (Red+Green+Blue) = 220+94+204=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ECC is #23A133. Grayscale: #8F8F8F. Windows color (decimal): -2335028 or 13393628. OLE color: 13393628.
HSL color Cylindrical-coordinate representation of color #DC5ECC: hue angle of 307.62º 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 #DC5ECC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 204 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.14 |
| HSL | 307.62º | 0.64% | 0.62% | - |
| HSV(B) | 307.62º | 0.57% | 0.86% | - |
| XYZ | 44.42 | 27.58 | 60.11 | - |
| YUV | 144.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 204 | 0 | 0.57 | 0.07 | 0.14 | 307.62 | 0.64 | 0.62 |
| Hex | DC | 5E | CC | 0 | 39 | 7 | E | 134 | 40 | 3E |
| Octal | 334 | 136 | 314 | 0 | 71 | 7 | 16 | 464 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11001100 | 0 | 111001 | 111 | 1110 | 100110100 | 1000000 | 111110 |
Color Harmonies of #DC5ECC
Complementary color
Monochromatic Colors of #DC5ECC
Black with #DC5ECC
Text Example
Text Example
White with #DC5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ECC; }
p { color: rgb(220,94,204); }
H1.HeaderClassName
{
color: #DC5ECC;
}
.AnyTagClassName
{
color: #DC5ECC;
}
</style>
background-color css
<style>
a { background-color: #DC5ECC; }
a { background-color: rgb(220,94,204); }
div.DivClassName
{
background-color: #DC5ECC;
}
.BgClassName
{
background-color: #DC5ECC;
}
</style>
border-color css
<style>
span { border-color: #DC5ECC; }
span { border-color: rgb(220,94,204); }
td.TdClassName
{
border-color: #DC5ECC;
}
.TagClassName
{
border-color: #DC5ECC;
}
</style>