Html Css Color HEX #D959D6 Free Speech Magenta
📋 copy color: '#D959D6'red 217 ◦ green 89 ◦ blue 214
Shades of Free Speech Magenta #D959D6
Tints of Free Speech Magenta #D959D6
RGB
CMYK
RGB Variations
Color information
#D959D6 (or 0xD959D6) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D6. RGB value is (217,89,214). Sum of RGB (Red+Green+Blue) = 217+89+214=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D6 is #26A629. Grayscale: #8D8D8D. Windows color (decimal): -2532906 or 14047705. OLE color: 14047705.
HSL color Cylindrical-coordinate representation of color #D959D6: hue angle of 301.41º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959D6 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 214 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.15 |
| HSL | 301.41º | 0.63% | 0.6% | - |
| HSV(B) | 301.41º | 0.59% | 0.85% | - |
| XYZ | 44.33 | 26.75 | 66.45 | - |
| YUV | 141.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 214 | 0 | 0.59 | 0.01 | 0.15 | 301.41 | 0.63 | 0.6 |
| Hex | D9 | 59 | D6 | 0 | 3B | 1 | F | 12D | 3F | 3C |
| Octal | 331 | 131 | 326 | 0 | 73 | 1 | 17 | 455 | 77 | 74 |
| Binary | 11011001 | 1011001 | 11010110 | 0 | 111011 | 1 | 1111 | 100101101 | 111111 | 111100 |
Color Harmonies of #D959D6
Complementary color
Monochromatic Colors of #D959D6
Black with #D959D6
Text Example
Text Example
White with #D959D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959D6; }
p { color: rgb(217,89,214); }
H1.HeaderClassName
{
color: #D959D6;
}
.AnyTagClassName
{
color: #D959D6;
}
</style>
background-color css
<style>
a { background-color: #D959D6; }
a { background-color: rgb(217,89,214); }
div.DivClassName
{
background-color: #D959D6;
}
.BgClassName
{
background-color: #D959D6;
}
</style>
border-color css
<style>
span { border-color: #D959D6; }
span { border-color: rgb(217,89,214); }
td.TdClassName
{
border-color: #D959D6;
}
.TagClassName
{
border-color: #D959D6;
}
</style>