Html Css Color HEX #D957E8 Free Speech Magenta
📋 copy color: '#D957E8'red 217 ◦ green 87 ◦ blue 232
Shades of Free Speech Magenta #D957E8
Tints of Free Speech Magenta #D957E8
RGB
CMYK
RGB Variations
Color information
#D957E8 (or 0xD957E8) is known color: Free Speech Magenta. HEX triplet: D9, 57 and E8. RGB value is (217,87,232). Sum of RGB (Red+Green+Blue) = 217+87+232=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #D957E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D957E8 is #26A817. Grayscale: #8D8D8D. Windows color (decimal): -2533400 or 15226841. OLE color: 15226841.
HSL color Cylindrical-coordinate representation of color #D957E8: hue angle of 293.79º 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 #D957E8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 87 | 232 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.09 |
| HSL | 293.79º | 0.76% | 0.63% | - |
| HSV(B) | 293.79º | 0.63% | 0.91% | - |
| XYZ | 46.59 | 27.39 | 79.18 | - |
| YUV | 142.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 232 | 0.06 | 0.62 | 0 | 0.09 | 293.79 | 0.76 | 0.63 |
| Hex | D9 | 57 | E8 | 6 | 3E | 0 | 9 | 126 | 4C | 3F |
| Octal | 331 | 127 | 350 | 6 | 76 | 0 | 11 | 446 | 114 | 77 |
| Binary | 11011001 | 1010111 | 11101000 | 110 | 111110 | 0 | 1001 | 100100110 | 1001100 | 111111 |
Color Harmonies of #D957E8
Complementary color
Monochromatic Colors of #D957E8
Black with #D957E8
Text Example
Text Example
White with #D957E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957E8; }
p { color: rgb(217,87,232); }
H1.HeaderClassName
{
color: #D957E8;
}
.AnyTagClassName
{
color: #D957E8;
}
</style>
background-color css
<style>
a { background-color: #D957E8; }
a { background-color: rgb(217,87,232); }
div.DivClassName
{
background-color: #D957E8;
}
.BgClassName
{
background-color: #D957E8;
}
</style>
border-color css
<style>
span { border-color: #D957E8; }
span { border-color: rgb(217,87,232); }
td.TdClassName
{
border-color: #D957E8;
}
.TagClassName
{
border-color: #D957E8;
}
</style>