Html Css Color HEX #D059D5 Free Speech Magenta
📋 copy color: '#D059D5'red 208 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #D059D5
Tints of Free Speech Magenta #D059D5
RGB
CMYK
RGB Variations
Color information
#D059D5 (or 0xD059D5) is known color: Free Speech Magenta. HEX triplet: D0, 59 and D5. RGB value is (208,89,213). Sum of RGB (Red+Green+Blue) = 208+89+213=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #D059D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059D5 is #2FA62A. Grayscale: #8A8A8A. Windows color (decimal): -3122731 or 13982160. OLE color: 13982160.
HSL color Cylindrical-coordinate representation of color #D059D5: hue angle of 297.58º 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 #D059D5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 89 | 213 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.16 |
| HSL | 297.58º | 0.6% | 0.59% | - |
| HSV(B) | 297.58º | 0.58% | 0.84% | - |
| XYZ | 41.6 | 25.36 | 65.65 | - |
| YUV | 138.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 213 | 0.02 | 0.58 | 0 | 0.16 | 297.58 | 0.6 | 0.59 |
| Hex | D0 | 59 | D5 | 2 | 3A | 0 | 10 | 12A | 3C | 3B |
| Octal | 320 | 131 | 325 | 2 | 72 | 0 | 20 | 452 | 74 | 73 |
| Binary | 11010000 | 1011001 | 11010101 | 10 | 111010 | 0 | 10000 | 100101010 | 111100 | 111011 |
Color Harmonies of #D059D5
Complementary color
Monochromatic Colors of #D059D5
Black with #D059D5
Text Example
Text Example
White with #D059D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059D5; }
p { color: rgb(208,89,213); }
H1.HeaderClassName
{
color: #D059D5;
}
.AnyTagClassName
{
color: #D059D5;
}
</style>
background-color css
<style>
a { background-color: #D059D5; }
a { background-color: rgb(208,89,213); }
div.DivClassName
{
background-color: #D059D5;
}
.BgClassName
{
background-color: #D059D5;
}
</style>
border-color css
<style>
span { border-color: #D059D5; }
span { border-color: rgb(208,89,213); }
td.TdClassName
{
border-color: #D059D5;
}
.TagClassName
{
border-color: #D059D5;
}
</style>