Html Css Color HEX #D959DF Free Speech Magenta
📋 copy color: '#D959DF'red 217 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #D959DF
Tints of Free Speech Magenta #D959DF
RGB
CMYK
RGB Variations
Color information
#D959DF (or 0xD959DF) is known color: Free Speech Magenta. HEX triplet: D9, 59 and DF. RGB value is (217,89,223). Sum of RGB (Red+Green+Blue) = 217+89+223=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D959DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DF is #26A620. Grayscale: #8E8E8E. Windows color (decimal): -2532897 or 14637529. OLE color: 14637529.
HSL color Cylindrical-coordinate representation of color #D959DF: hue angle of 297.31º 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 #D959DF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 89 | 223 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.13 |
| HSL | 297.31º | 0.68% | 0.61% | - |
| HSV(B) | 297.31º | 0.6% | 0.87% | - |
| XYZ | 45.51 | 27.22 | 72.67 | - |
| YUV | 142.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 223 | 0.03 | 0.60 | 0 | 0.13 | 297.31 | 0.68 | 0.61 |
| Hex | D9 | 59 | DF | 3 | 3C | 0 | D | 129 | 44 | 3D |
| Octal | 331 | 131 | 337 | 3 | 74 | 0 | 15 | 451 | 104 | 75 |
| Binary | 11011001 | 1011001 | 11011111 | 11 | 111100 | 0 | 1101 | 100101001 | 1000100 | 111101 |
Color Harmonies of #D959DF
Complementary color
Monochromatic Colors of #D959DF
Black with #D959DF
Text Example
Text Example
White with #D959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959DF; }
p { color: rgb(217,89,223); }
H1.HeaderClassName
{
color: #D959DF;
}
.AnyTagClassName
{
color: #D959DF;
}
</style>
background-color css
<style>
a { background-color: #D959DF; }
a { background-color: rgb(217,89,223); }
div.DivClassName
{
background-color: #D959DF;
}
.BgClassName
{
background-color: #D959DF;
}
</style>
border-color css
<style>
span { border-color: #D959DF; }
span { border-color: rgb(217,89,223); }
td.TdClassName
{
border-color: #D959DF;
}
.TagClassName
{
border-color: #D959DF;
}
</style>