Html Css Color HEX #D959D1 Free Speech Magenta
📋 copy color: '#D959D1'red 217 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #D959D1
Tints of Free Speech Magenta #D959D1
RGB
CMYK
RGB Variations
Color information
#D959D1 (or 0xD959D1) is known color: Free Speech Magenta. HEX triplet: D9, 59 and D1. RGB value is (217,89,209). Sum of RGB (Red+Green+Blue) = 217+89+209=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D959D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959D1 is #26A62E. Grayscale: #8C8C8C. Windows color (decimal): -2532911 or 13720025. OLE color: 13720025.
HSL color Cylindrical-coordinate representation of color #D959D1: hue angle of 303.75º 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 #D959D1 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 209 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.15 |
| HSL | 303.75º | 0.63% | 0.6% | - |
| HSV(B) | 303.75º | 0.59% | 0.85% | - |
| XYZ | 43.7 | 26.5 | 63.13 | - |
| YUV | 140.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 209 | 0 | 0.59 | 0.04 | 0.15 | 303.75 | 0.63 | 0.6 |
| Hex | D9 | 59 | D1 | 0 | 3B | 4 | F | 130 | 3F | 3C |
| Octal | 331 | 131 | 321 | 0 | 73 | 4 | 17 | 460 | 77 | 74 |
| Binary | 11011001 | 1011001 | 11010001 | 0 | 111011 | 100 | 1111 | 100110000 | 111111 | 111100 |
Color Harmonies of #D959D1
Complementary color
Monochromatic Colors of #D959D1
Black with #D959D1
Text Example
Text Example
White with #D959D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959D1; }
p { color: rgb(217,89,209); }
H1.HeaderClassName
{
color: #D959D1;
}
.AnyTagClassName
{
color: #D959D1;
}
</style>
background-color css
<style>
a { background-color: #D959D1; }
a { background-color: rgb(217,89,209); }
div.DivClassName
{
background-color: #D959D1;
}
.BgClassName
{
background-color: #D959D1;
}
</style>
border-color css
<style>
span { border-color: #D959D1; }
span { border-color: rgb(217,89,209); }
td.TdClassName
{
border-color: #D959D1;
}
.TagClassName
{
border-color: #D959D1;
}
</style>