Html Css Color HEX #D959E4 Free Speech Magenta
📋 copy color: '#D959E4'red 217 ◦ green 89 ◦ blue 228
Shades of Free Speech Magenta #D959E4
Tints of Free Speech Magenta #D959E4
RGB
CMYK
RGB Variations
Color information
#D959E4 (or 0xD959E4) is known color: Free Speech Magenta. HEX triplet: D9, 59 and E4. RGB value is (217,89,228). Sum of RGB (Red+Green+Blue) = 217+89+228=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #D959E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959E4 is #26A61B. Grayscale: #8E8E8E. Windows color (decimal): -2532892 or 14965209. OLE color: 14965209.
HSL color Cylindrical-coordinate representation of color #D959E4: hue angle of 295.25º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D959E4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 89 | 228 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.11 |
| HSL | 295.25º | 0.72% | 0.62% | - |
| HSV(B) | 295.25º | 0.61% | 0.89% | - |
| XYZ | 46.19 | 27.5 | 76.27 | - |
| YUV | 143.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 228 | 0.05 | 0.61 | 0 | 0.11 | 295.25 | 0.72 | 0.62 |
| Hex | D9 | 59 | E4 | 5 | 3D | 0 | B | 127 | 48 | 3E |
| Octal | 331 | 131 | 344 | 5 | 75 | 0 | 13 | 447 | 110 | 76 |
| Binary | 11011001 | 1011001 | 11100100 | 101 | 111101 | 0 | 1011 | 100100111 | 1001000 | 111110 |
Color Harmonies of #D959E4
Complementary color
Monochromatic Colors of #D959E4
Black with #D959E4
Text Example
Text Example
White with #D959E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959E4; }
p { color: rgb(217,89,228); }
H1.HeaderClassName
{
color: #D959E4;
}
.AnyTagClassName
{
color: #D959E4;
}
</style>
background-color css
<style>
a { background-color: #D959E4; }
a { background-color: rgb(217,89,228); }
div.DivClassName
{
background-color: #D959E4;
}
.BgClassName
{
background-color: #D959E4;
}
</style>
border-color css
<style>
span { border-color: #D959E4; }
span { border-color: rgb(217,89,228); }
td.TdClassName
{
border-color: #D959E4;
}
.TagClassName
{
border-color: #D959E4;
}
</style>