Html Css Color HEX #D559C8 Free Speech Magenta
📋 copy color: '#D559C8'red 213 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #D559C8
Tints of Free Speech Magenta #D559C8
RGB
CMYK
RGB Variations
Color information
#D559C8 (or 0xD559C8) is known color: Free Speech Magenta. HEX triplet: D5, 59 and C8. RGB value is (213,89,200). Sum of RGB (Red+Green+Blue) = 213+89+200=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C8 is #2AA637. Grayscale: #8A8A8A. Windows color (decimal): -2795064 or 13130197. OLE color: 13130197.
HSL color Cylindrical-coordinate representation of color #D559C8: hue angle of 306.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559C8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 200 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.16 |
| HSL | 306.29º | 0.6% | 0.59% | - |
| HSV(B) | 306.29º | 0.58% | 0.84% | - |
| XYZ | 41.44 | 25.46 | 57.37 | - |
| YUV | 138.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 200 | 0 | 0.58 | 0.06 | 0.16 | 306.29 | 0.6 | 0.59 |
| Hex | D5 | 59 | C8 | 0 | 3A | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 131 | 310 | 0 | 72 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11001000 | 0 | 111010 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D559C8
Complementary color
Monochromatic Colors of #D559C8
Black with #D559C8
Text Example
Text Example
White with #D559C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559C8; }
p { color: rgb(213,89,200); }
H1.HeaderClassName
{
color: #D559C8;
}
.AnyTagClassName
{
color: #D559C8;
}
</style>
background-color css
<style>
a { background-color: #D559C8; }
a { background-color: rgb(213,89,200); }
div.DivClassName
{
background-color: #D559C8;
}
.BgClassName
{
background-color: #D559C8;
}
</style>
border-color css
<style>
span { border-color: #D559C8; }
span { border-color: rgb(213,89,200); }
td.TdClassName
{
border-color: #D559C8;
}
.TagClassName
{
border-color: #D559C8;
}
</style>