Html Css Color HEX #DC5EC8 Free Speech Magenta
📋 copy color: '#DC5EC8'red 220 ◦ green 94 ◦ blue 200
Shades of Free Speech Magenta #DC5EC8
Tints of Free Speech Magenta #DC5EC8
RGB
CMYK
RGB Variations
Color information
#DC5EC8 (or 0xDC5EC8) is known color: Free Speech Magenta. HEX triplet: DC, 5E and C8. RGB value is (220,94,200). Sum of RGB (Red+Green+Blue) = 220+94+200=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC8 is #23A137. Grayscale: #8F8F8F. Windows color (decimal): -2335032 or 13131484. OLE color: 13131484.
HSL color Cylindrical-coordinate representation of color #DC5EC8: hue angle of 309.52º 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 #DC5EC8 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 200 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.14 |
| HSL | 309.52º | 0.64% | 0.62% | - |
| HSV(B) | 309.52º | 0.57% | 0.86% | - |
| XYZ | 43.94 | 27.39 | 57.61 | - |
| YUV | 143.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 200 | 0 | 0.57 | 0.09 | 0.14 | 309.52 | 0.64 | 0.62 |
| Hex | DC | 5E | C8 | 0 | 39 | 9 | E | 136 | 40 | 3E |
| Octal | 334 | 136 | 310 | 0 | 71 | 11 | 16 | 466 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11001000 | 0 | 111001 | 1001 | 1110 | 100110110 | 1000000 | 111110 |
Color Harmonies of #DC5EC8
Complementary color
Monochromatic Colors of #DC5EC8
Black with #DC5EC8
Text Example
Text Example
White with #DC5EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EC8; }
p { color: rgb(220,94,200); }
H1.HeaderClassName
{
color: #DC5EC8;
}
.AnyTagClassName
{
color: #DC5EC8;
}
</style>
background-color css
<style>
a { background-color: #DC5EC8; }
a { background-color: rgb(220,94,200); }
div.DivClassName
{
background-color: #DC5EC8;
}
.BgClassName
{
background-color: #DC5EC8;
}
</style>
border-color css
<style>
span { border-color: #DC5EC8; }
span { border-color: rgb(220,94,200); }
td.TdClassName
{
border-color: #DC5EC8;
}
.TagClassName
{
border-color: #DC5EC8;
}
</style>