Html Css Color HEX #DC5DC8 Free Speech Magenta
📋 copy color: '#DC5DC8'red 220 ◦ green 93 ◦ blue 200
Shades of Free Speech Magenta #DC5DC8
Tints of Free Speech Magenta #DC5DC8
RGB
CMYK
RGB Variations
Color information
#DC5DC8 (or 0xDC5DC8) is known color: Free Speech Magenta. HEX triplet: DC, 5D and C8. RGB value is (220,93,200). Sum of RGB (Red+Green+Blue) = 220+93+200=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DC8 is #23A237. Grayscale: #8E8E8E. Windows color (decimal): -2335288 or 13131228. OLE color: 13131228.
HSL color Cylindrical-coordinate representation of color #DC5DC8: hue angle of 309.45º 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 #DC5DC8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 200 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.14 |
| HSL | 309.45º | 0.64% | 0.61% | - |
| HSV(B) | 309.45º | 0.58% | 0.86% | - |
| XYZ | 43.85 | 27.21 | 57.59 | - |
| YUV | 143.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 200 | 0 | 0.58 | 0.09 | 0.14 | 309.45 | 0.64 | 0.61 |
| Hex | DC | 5D | C8 | 0 | 3A | 9 | E | 135 | 40 | 3D |
| Octal | 334 | 135 | 310 | 0 | 72 | 11 | 16 | 465 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11001000 | 0 | 111010 | 1001 | 1110 | 100110101 | 1000000 | 111101 |
Color Harmonies of #DC5DC8
Complementary color
Monochromatic Colors of #DC5DC8
Black with #DC5DC8
Text Example
Text Example
White with #DC5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DC8; }
p { color: rgb(220,93,200); }
H1.HeaderClassName
{
color: #DC5DC8;
}
.AnyTagClassName
{
color: #DC5DC8;
}
</style>
background-color css
<style>
a { background-color: #DC5DC8; }
a { background-color: rgb(220,93,200); }
div.DivClassName
{
background-color: #DC5DC8;
}
.BgClassName
{
background-color: #DC5DC8;
}
</style>
border-color css
<style>
span { border-color: #DC5DC8; }
span { border-color: rgb(220,93,200); }
td.TdClassName
{
border-color: #DC5DC8;
}
.TagClassName
{
border-color: #DC5DC8;
}
</style>