Html Css Color HEX #D559DD Free Speech Magenta
📋 copy color: '#D559DD'red 213 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D559DD
Tints of Free Speech Magenta #D559DD
RGB
CMYK
RGB Variations
Color information
#D559DD (or 0xD559DD) is known color: Free Speech Magenta. HEX triplet: D5, 59 and DD. RGB value is (213,89,221). Sum of RGB (Red+Green+Blue) = 213+89+221=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #D559DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559DD is #2AA622. Grayscale: #8C8C8C. Windows color (decimal): -2795043 or 14506453. OLE color: 14506453.
HSL color Cylindrical-coordinate representation of color #D559DD: hue angle of 296.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D559DD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 89 | 221 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.13 |
| HSL | 296.36º | 0.66% | 0.61% | - |
| HSV(B) | 296.36º | 0.6% | 0.87% | - |
| XYZ | 44.06 | 26.51 | 71.2 | - |
| YUV | 141.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 221 | 0.04 | 0.60 | 0 | 0.13 | 296.36 | 0.66 | 0.61 |
| Hex | D5 | 59 | DD | 4 | 3C | 0 | D | 128 | 42 | 3D |
| Octal | 325 | 131 | 335 | 4 | 74 | 0 | 15 | 450 | 102 | 75 |
| Binary | 11010101 | 1011001 | 11011101 | 100 | 111100 | 0 | 1101 | 100101000 | 1000010 | 111101 |
Color Harmonies of #D559DD
Complementary color
Monochromatic Colors of #D559DD
Black with #D559DD
Text Example
Text Example
White with #D559DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559DD; }
p { color: rgb(213,89,221); }
H1.HeaderClassName
{
color: #D559DD;
}
.AnyTagClassName
{
color: #D559DD;
}
</style>
background-color css
<style>
a { background-color: #D559DD; }
a { background-color: rgb(213,89,221); }
div.DivClassName
{
background-color: #D559DD;
}
.BgClassName
{
background-color: #D559DD;
}
</style>
border-color css
<style>
span { border-color: #D559DD; }
span { border-color: rgb(213,89,221); }
td.TdClassName
{
border-color: #D559DD;
}
.TagClassName
{
border-color: #D559DD;
}
</style>