Html Css Color HEX #D959DD Free Speech Magenta
📋 copy color: '#D959DD'red 217 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D959DD
Tints of Free Speech Magenta #D959DD
RGB
CMYK
RGB Variations
Color information
#D959DD (or 0xD959DD) is known color: Free Speech Magenta. HEX triplet: D9, 59 and DD. RGB value is (217,89,221). Sum of RGB (Red+Green+Blue) = 217+89+221=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D959DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DD is #26A622. Grayscale: #8D8D8D. Windows color (decimal): -2532899 or 14506457. OLE color: 14506457.
HSL color Cylindrical-coordinate representation of color #D959DD: hue angle of 298.18º degrees, saturation: 0.66, 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 #D959DD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 89 | 221 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.13 |
| HSL | 298.18º | 0.66% | 0.61% | - |
| HSV(B) | 298.18º | 0.6% | 0.87% | - |
| XYZ | 45.24 | 27.12 | 71.26 | - |
| YUV | 142.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 221 | 0.02 | 0.60 | 0 | 0.13 | 298.18 | 0.66 | 0.61 |
| Hex | D9 | 59 | DD | 2 | 3C | 0 | D | 12A | 42 | 3D |
| Octal | 331 | 131 | 335 | 2 | 74 | 0 | 15 | 452 | 102 | 75 |
| Binary | 11011001 | 1011001 | 11011101 | 10 | 111100 | 0 | 1101 | 100101010 | 1000010 | 111101 |
Color Harmonies of #D959DD
Complementary color
Monochromatic Colors of #D959DD
Black with #D959DD
Text Example
Text Example
White with #D959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959DD; }
p { color: rgb(217,89,221); }
H1.HeaderClassName
{
color: #D959DD;
}
.AnyTagClassName
{
color: #D959DD;
}
</style>
background-color css
<style>
a { background-color: #D959DD; }
a { background-color: rgb(217,89,221); }
div.DivClassName
{
background-color: #D959DD;
}
.BgClassName
{
background-color: #D959DD;
}
</style>
border-color css
<style>
span { border-color: #D959DD; }
span { border-color: rgb(217,89,221); }
td.TdClassName
{
border-color: #D959DD;
}
.TagClassName
{
border-color: #D959DD;
}
</style>