Html Css Color HEX #D758EC Free Speech Magenta
📋 copy color: '#D758EC'red 215 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #D758EC
Tints of Free Speech Magenta #D758EC
RGB
CMYK
RGB Variations
Color information
#D758EC (or 0xD758EC) is known color: Free Speech Magenta. HEX triplet: D7, 58 and EC. RGB value is (215,88,236). Sum of RGB (Red+Green+Blue) = 215+88+236=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #D758EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D758EC is #28A713. Grayscale: #8E8E8E. Windows color (decimal): -2664212 or 15489239. OLE color: 15489239.
HSL color Cylindrical-coordinate representation of color #D758EC: hue angle of 291.49º 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 #D758EC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 88 | 236 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.07 |
| HSL | 291.49º | 0.8% | 0.64% | - |
| HSV(B) | 291.49º | 0.63% | 0.93% | - |
| XYZ | 46.65 | 27.48 | 82.2 | - |
| YUV | 142.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 236 | 0.09 | 0.63 | 0 | 0.07 | 291.49 | 0.8 | 0.64 |
| Hex | D7 | 58 | EC | 9 | 3F | 0 | 7 | 123 | 50 | 40 |
| Octal | 327 | 130 | 354 | 11 | 77 | 0 | 7 | 443 | 120 | 100 |
| Binary | 11010111 | 1011000 | 11101100 | 1001 | 111111 | 0 | 111 | 100100011 | 1010000 | 1000000 |
Color Harmonies of #D758EC
Complementary color
Monochromatic Colors of #D758EC
Black with #D758EC
Text Example
Text Example
White with #D758EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758EC; }
p { color: rgb(215,88,236); }
H1.HeaderClassName
{
color: #D758EC;
}
.AnyTagClassName
{
color: #D758EC;
}
</style>
background-color css
<style>
a { background-color: #D758EC; }
a { background-color: rgb(215,88,236); }
div.DivClassName
{
background-color: #D758EC;
}
.BgClassName
{
background-color: #D758EC;
}
</style>
border-color css
<style>
span { border-color: #D758EC; }
span { border-color: rgb(215,88,236); }
td.TdClassName
{
border-color: #D758EC;
}
.TagClassName
{
border-color: #D758EC;
}
</style>