Html Css Color HEX #D059DD Free Speech Magenta
📋 copy color: '#D059DD'red 208 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D059DD
Tints of Free Speech Magenta #D059DD
RGB
CMYK
RGB Variations
Color information
#D059DD (or 0xD059DD) is known color: Free Speech Magenta. HEX triplet: D0, 59 and DD. RGB value is (208,89,221). Sum of RGB (Red+Green+Blue) = 208+89+221=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D059DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059DD is #2FA622. Grayscale: #8B8B8B. Windows color (decimal): -3122723 or 14506448. OLE color: 14506448.
HSL color Cylindrical-coordinate representation of color #D059DD: hue angle of 294.09º 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 #D059DD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 89 | 221 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.13 |
| HSL | 294.09º | 0.66% | 0.61% | - |
| HSV(B) | 294.09º | 0.6% | 0.87% | - |
| XYZ | 42.64 | 25.78 | 71.13 | - |
| YUV | 139.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 221 | 0.06 | 0.60 | 0 | 0.13 | 294.09 | 0.66 | 0.61 |
| Hex | D0 | 59 | DD | 6 | 3C | 0 | D | 126 | 42 | 3D |
| Octal | 320 | 131 | 335 | 6 | 74 | 0 | 15 | 446 | 102 | 75 |
| Binary | 11010000 | 1011001 | 11011101 | 110 | 111100 | 0 | 1101 | 100100110 | 1000010 | 111101 |
Color Harmonies of #D059DD
Complementary color
Monochromatic Colors of #D059DD
Black with #D059DD
Text Example
Text Example
White with #D059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059DD; }
p { color: rgb(208,89,221); }
H1.HeaderClassName
{
color: #D059DD;
}
.AnyTagClassName
{
color: #D059DD;
}
</style>
background-color css
<style>
a { background-color: #D059DD; }
a { background-color: rgb(208,89,221); }
div.DivClassName
{
background-color: #D059DD;
}
.BgClassName
{
background-color: #D059DD;
}
</style>
border-color css
<style>
span { border-color: #D059DD; }
span { border-color: rgb(208,89,221); }
td.TdClassName
{
border-color: #D059DD;
}
.TagClassName
{
border-color: #D059DD;
}
</style>