Html Css Color HEX #D958EC Free Speech Magenta
📋 copy color: '#D958EC'red 217 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #D958EC
Tints of Free Speech Magenta #D958EC
RGB
CMYK
RGB Variations
Color information
#D958EC (or 0xD958EC) is known color: Free Speech Magenta. HEX triplet: D9, 58 and EC. RGB value is (217,88,236). Sum of RGB (Red+Green+Blue) = 217+88+236=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #D958EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958EC is #26A713. Grayscale: #8E8E8E. Windows color (decimal): -2533140 or 15489241. OLE color: 15489241.
HSL color Cylindrical-coordinate representation of color #D958EC: hue angle of 292.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D958EC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 88 | 236 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.07 |
| HSL | 292.3º | 0.8% | 0.64% | - |
| HSV(B) | 292.3º | 0.63% | 0.93% | - |
| XYZ | 47.25 | 27.79 | 82.23 | - |
| YUV | 143.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 236 | 0.08 | 0.63 | 0 | 0.07 | 292.3 | 0.8 | 0.64 |
| Hex | D9 | 58 | EC | 8 | 3F | 0 | 7 | 124 | 50 | 40 |
| Octal | 331 | 130 | 354 | 10 | 77 | 0 | 7 | 444 | 120 | 100 |
| Binary | 11011001 | 1011000 | 11101100 | 1000 | 111111 | 0 | 111 | 100100100 | 1010000 | 1000000 |
Color Harmonies of #D958EC
Complementary color
Monochromatic Colors of #D958EC
Black with #D958EC
Text Example
Text Example
White with #D958EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958EC; }
p { color: rgb(217,88,236); }
H1.HeaderClassName
{
color: #D958EC;
}
.AnyTagClassName
{
color: #D958EC;
}
</style>
background-color css
<style>
a { background-color: #D958EC; }
a { background-color: rgb(217,88,236); }
div.DivClassName
{
background-color: #D958EC;
}
.BgClassName
{
background-color: #D958EC;
}
</style>
border-color css
<style>
span { border-color: #D958EC; }
span { border-color: rgb(217,88,236); }
td.TdClassName
{
border-color: #D958EC;
}
.TagClassName
{
border-color: #D958EC;
}
</style>