Html Css Color HEX #D959E5 Free Speech Magenta
📋 copy color: '#D959E5'red 217 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #D959E5
Tints of Free Speech Magenta #D959E5
RGB
CMYK
RGB Variations
Color information
#D959E5 (or 0xD959E5) is known color: Free Speech Magenta. HEX triplet: D9, 59 and E5. RGB value is (217,89,229). Sum of RGB (Red+Green+Blue) = 217+89+229=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #D959E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959E5 is #26A61A. Grayscale: #8E8E8E. Windows color (decimal): -2532891 or 15030745. OLE color: 15030745.
HSL color Cylindrical-coordinate representation of color #D959E5: hue angle of 294.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D959E5 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 89 | 229 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.10 |
| HSL | 294.86º | 0.73% | 0.62% | - |
| HSV(B) | 294.86º | 0.61% | 0.9% | - |
| XYZ | 46.33 | 27.55 | 77.01 | - |
| YUV | 143.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 229 | 0.05 | 0.61 | 0 | 0.10 | 294.86 | 0.73 | 0.62 |
| Hex | D9 | 59 | E5 | 5 | 3D | 0 | A | 127 | 49 | 3E |
| Octal | 331 | 131 | 345 | 5 | 75 | 0 | 12 | 447 | 111 | 76 |
| Binary | 11011001 | 1011001 | 11100101 | 101 | 111101 | 0 | 1010 | 100100111 | 1001001 | 111110 |
Color Harmonies of #D959E5
Complementary color
Monochromatic Colors of #D959E5
Black with #D959E5
Text Example
Text Example
White with #D959E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959E5; }
p { color: rgb(217,89,229); }
H1.HeaderClassName
{
color: #D959E5;
}
.AnyTagClassName
{
color: #D959E5;
}
</style>
background-color css
<style>
a { background-color: #D959E5; }
a { background-color: rgb(217,89,229); }
div.DivClassName
{
background-color: #D959E5;
}
.BgClassName
{
background-color: #D959E5;
}
</style>
border-color css
<style>
span { border-color: #D959E5; }
span { border-color: rgb(217,89,229); }
td.TdClassName
{
border-color: #D959E5;
}
.TagClassName
{
border-color: #D959E5;
}
</style>