Html Css Color HEX #D059DF Free Speech Magenta
📋 copy color: '#D059DF'red 208 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #D059DF
Tints of Free Speech Magenta #D059DF
RGB
CMYK
RGB Variations
Color information
#D059DF (or 0xD059DF) is known color: Free Speech Magenta. HEX triplet: D0, 59 and DF. RGB value is (208,89,223). Sum of RGB (Red+Green+Blue) = 208+89+223=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #D059DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059DF is #2FA620. Grayscale: #8B8B8B. Windows color (decimal): -3122721 or 14637520. OLE color: 14637520.
HSL color Cylindrical-coordinate representation of color #D059DF: hue angle of 293.28º degrees, saturation: 0.68, 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 #D059DF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 89 | 223 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.13 |
| HSL | 293.28º | 0.68% | 0.61% | - |
| HSV(B) | 293.28º | 0.6% | 0.87% | - |
| XYZ | 42.9 | 25.88 | 72.55 | - |
| YUV | 139.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 223 | 0.07 | 0.60 | 0 | 0.13 | 293.28 | 0.68 | 0.61 |
| Hex | D0 | 59 | DF | 7 | 3C | 0 | D | 125 | 44 | 3D |
| Octal | 320 | 131 | 337 | 7 | 74 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11010000 | 1011001 | 11011111 | 111 | 111100 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #D059DF
Complementary color
Monochromatic Colors of #D059DF
Black with #D059DF
Text Example
Text Example
White with #D059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059DF; }
p { color: rgb(208,89,223); }
H1.HeaderClassName
{
color: #D059DF;
}
.AnyTagClassName
{
color: #D059DF;
}
</style>
background-color css
<style>
a { background-color: #D059DF; }
a { background-color: rgb(208,89,223); }
div.DivClassName
{
background-color: #D059DF;
}
.BgClassName
{
background-color: #D059DF;
}
</style>
border-color css
<style>
span { border-color: #D059DF; }
span { border-color: rgb(208,89,223); }
td.TdClassName
{
border-color: #D059DF;
}
.TagClassName
{
border-color: #D059DF;
}
</style>