Html Css Color HEX #D959E8 Free Speech Magenta
📋 copy color: '#D959E8'red 217 ◦ green 89 ◦ blue 232
Shades of Free Speech Magenta #D959E8
Tints of Free Speech Magenta #D959E8
RGB
CMYK
RGB Variations
Color information
#D959E8 (or 0xD959E8) is known color: Free Speech Magenta. HEX triplet: D9, 59 and E8. RGB value is (217,89,232). Sum of RGB (Red+Green+Blue) = 217+89+232=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #D959E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959E8 is #26A617. Grayscale: #8F8F8F. Windows color (decimal): -2532888 or 15227353. OLE color: 15227353.
HSL color Cylindrical-coordinate representation of color #D959E8: hue angle of 293.71º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D959E8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 89 | 232 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.09 |
| HSL | 293.71º | 0.76% | 0.63% | - |
| HSV(B) | 293.71º | 0.62% | 0.91% | - |
| XYZ | 46.75 | 27.72 | 79.23 | - |
| YUV | 143.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 232 | 0.06 | 0.62 | 0 | 0.09 | 293.71 | 0.76 | 0.63 |
| Hex | D9 | 59 | E8 | 6 | 3E | 0 | 9 | 126 | 4C | 3F |
| Octal | 331 | 131 | 350 | 6 | 76 | 0 | 11 | 446 | 114 | 77 |
| Binary | 11011001 | 1011001 | 11101000 | 110 | 111110 | 0 | 1001 | 100100110 | 1001100 | 111111 |
Color Harmonies of #D959E8
Complementary color
Monochromatic Colors of #D959E8
Black with #D959E8
Text Example
Text Example
White with #D959E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959E8; }
p { color: rgb(217,89,232); }
H1.HeaderClassName
{
color: #D959E8;
}
.AnyTagClassName
{
color: #D959E8;
}
</style>
background-color css
<style>
a { background-color: #D959E8; }
a { background-color: rgb(217,89,232); }
div.DivClassName
{
background-color: #D959E8;
}
.BgClassName
{
background-color: #D959E8;
}
</style>
border-color css
<style>
span { border-color: #D959E8; }
span { border-color: rgb(217,89,232); }
td.TdClassName
{
border-color: #D959E8;
}
.TagClassName
{
border-color: #D959E8;
}
</style>