Html Css Color HEX #D559D9 Free Speech Magenta
📋 copy color: '#D559D9'red 213 ◦ green 89 ◦ blue 217
Shades of Free Speech Magenta #D559D9
Tints of Free Speech Magenta #D559D9
RGB
CMYK
RGB Variations
Color information
#D559D9 (or 0xD559D9) is known color: Free Speech Magenta. HEX triplet: D5, 59 and D9. RGB value is (213,89,217). Sum of RGB (Red+Green+Blue) = 213+89+217=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #D559D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D9 is #2AA626. Grayscale: #8C8C8C. Windows color (decimal): -2795047 or 14244309. OLE color: 14244309.
HSL color Cylindrical-coordinate representation of color #D559D9: hue angle of 298.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D559D9 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 89 | 217 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.15 |
| HSL | 298.13º | 0.63% | 0.6% | - |
| HSV(B) | 298.13º | 0.59% | 0.85% | - |
| XYZ | 43.54 | 26.3 | 68.43 | - |
| YUV | 140.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 217 | 0.02 | 0.59 | 0 | 0.15 | 298.13 | 0.63 | 0.6 |
| Hex | D5 | 59 | D9 | 2 | 3B | 0 | F | 12A | 3F | 3C |
| Octal | 325 | 131 | 331 | 2 | 73 | 0 | 17 | 452 | 77 | 74 |
| Binary | 11010101 | 1011001 | 11011001 | 10 | 111011 | 0 | 1111 | 100101010 | 111111 | 111100 |
Color Harmonies of #D559D9
Complementary color
Monochromatic Colors of #D559D9
Black with #D559D9
Text Example
Text Example
White with #D559D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559D9; }
p { color: rgb(213,89,217); }
H1.HeaderClassName
{
color: #D559D9;
}
.AnyTagClassName
{
color: #D559D9;
}
</style>
background-color css
<style>
a { background-color: #D559D9; }
a { background-color: rgb(213,89,217); }
div.DivClassName
{
background-color: #D559D9;
}
.BgClassName
{
background-color: #D559D9;
}
</style>
border-color css
<style>
span { border-color: #D559D9; }
span { border-color: rgb(213,89,217); }
td.TdClassName
{
border-color: #D559D9;
}
.TagClassName
{
border-color: #D559D9;
}
</style>