Html Css Color HEX #D559C9 Free Speech Magenta
📋 copy color: '#D559C9'red 213 ◦ green 89 ◦ blue 201
Shades of Free Speech Magenta #D559C9
Tints of Free Speech Magenta #D559C9
RGB
CMYK
RGB Variations
Color information
#D559C9 (or 0xD559C9) is known color: Free Speech Magenta. HEX triplet: D5, 59 and C9. RGB value is (213,89,201). Sum of RGB (Red+Green+Blue) = 213+89+201=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C9 is #2AA636. Grayscale: #8A8A8A. Windows color (decimal): -2795063 or 13195733. OLE color: 13195733.
HSL color Cylindrical-coordinate representation of color #D559C9: hue angle of 305.81º 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 #D559C9 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 201 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.16 |
| HSL | 305.81º | 0.6% | 0.59% | - |
| HSV(B) | 305.81º | 0.58% | 0.84% | - |
| XYZ | 41.56 | 25.51 | 57.99 | - |
| YUV | 138.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 201 | 0 | 0.58 | 0.06 | 0.16 | 305.81 | 0.6 | 0.59 |
| Hex | D5 | 59 | C9 | 0 | 3A | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 131 | 311 | 0 | 72 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11001001 | 0 | 111010 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D559C9
Complementary color
Monochromatic Colors of #D559C9
Black with #D559C9
Text Example
Text Example
White with #D559C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559C9; }
p { color: rgb(213,89,201); }
H1.HeaderClassName
{
color: #D559C9;
}
.AnyTagClassName
{
color: #D559C9;
}
</style>
background-color css
<style>
a { background-color: #D559C9; }
a { background-color: rgb(213,89,201); }
div.DivClassName
{
background-color: #D559C9;
}
.BgClassName
{
background-color: #D559C9;
}
</style>
border-color css
<style>
span { border-color: #D559C9; }
span { border-color: rgb(213,89,201); }
td.TdClassName
{
border-color: #D559C9;
}
.TagClassName
{
border-color: #D559C9;
}
</style>