Html Css Color HEX #D858EC Free Speech Magenta
📋 copy color: '#D858EC'red 216 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #D858EC
Tints of Free Speech Magenta #D858EC
RGB
CMYK
RGB Variations
Color information
#D858EC (or 0xD858EC) is known color: Free Speech Magenta. HEX triplet: D8, 58 and EC. RGB value is (216,88,236). Sum of RGB (Red+Green+Blue) = 216+88+236=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #D858EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D858EC is #27A713. Grayscale: #8E8E8E. Windows color (decimal): -2598676 or 15489240. OLE color: 15489240.
HSL color Cylindrical-coordinate representation of color #D858EC: hue angle of 291.89º 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 #D858EC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 88 | 236 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.07 |
| HSL | 291.89º | 0.8% | 0.64% | - |
| HSV(B) | 291.89º | 0.63% | 0.93% | - |
| XYZ | 46.95 | 27.63 | 82.22 | - |
| YUV | 143.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 236 | 0.08 | 0.63 | 0 | 0.07 | 291.89 | 0.8 | 0.64 |
| Hex | D8 | 58 | EC | 8 | 3F | 0 | 7 | 124 | 50 | 40 |
| Octal | 330 | 130 | 354 | 10 | 77 | 0 | 7 | 444 | 120 | 100 |
| Binary | 11011000 | 1011000 | 11101100 | 1000 | 111111 | 0 | 111 | 100100100 | 1010000 | 1000000 |
Color Harmonies of #D858EC
Complementary color
Monochromatic Colors of #D858EC
Black with #D858EC
Text Example
Text Example
White with #D858EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858EC; }
p { color: rgb(216,88,236); }
H1.HeaderClassName
{
color: #D858EC;
}
.AnyTagClassName
{
color: #D858EC;
}
</style>
background-color css
<style>
a { background-color: #D858EC; }
a { background-color: rgb(216,88,236); }
div.DivClassName
{
background-color: #D858EC;
}
.BgClassName
{
background-color: #D858EC;
}
</style>
border-color css
<style>
span { border-color: #D858EC; }
span { border-color: rgb(216,88,236); }
td.TdClassName
{
border-color: #D858EC;
}
.TagClassName
{
border-color: #D858EC;
}
</style>