Html Css Color HEX #D358EC Free Speech Magenta
📋 copy color: '#D358EC'red 211 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #D358EC
Tints of Free Speech Magenta #D358EC
RGB
CMYK
RGB Variations
Color information
#D358EC (or 0xD358EC) is known color: Free Speech Magenta. HEX triplet: D3, 58 and EC. RGB value is (211,88,236). Sum of RGB (Red+Green+Blue) = 211+88+236=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #D358EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D358EC is #2CA713. Grayscale: #8D8D8D. Windows color (decimal): -2926356 or 15489235. OLE color: 15489235.
HSL color Cylindrical-coordinate representation of color #D358EC: hue angle of 289.86º 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 #D358EC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 88 | 236 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.86º | 0.8% | 0.64% | - |
| HSV(B) | 289.86º | 0.63% | 0.93% | - |
| XYZ | 45.49 | 26.88 | 82.15 | - |
| YUV | 141.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 236 | 0.11 | 0.63 | 0 | 0.07 | 289.86 | 0.8 | 0.64 |
| Hex | D3 | 58 | EC | B | 3F | 0 | 7 | 122 | 50 | 40 |
| Octal | 323 | 130 | 354 | 13 | 77 | 0 | 7 | 442 | 120 | 100 |
| Binary | 11010011 | 1011000 | 11101100 | 1011 | 111111 | 0 | 111 | 100100010 | 1010000 | 1000000 |
Color Harmonies of #D358EC
Complementary color
Monochromatic Colors of #D358EC
Black with #D358EC
Text Example
Text Example
White with #D358EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358EC; }
p { color: rgb(211,88,236); }
H1.HeaderClassName
{
color: #D358EC;
}
.AnyTagClassName
{
color: #D358EC;
}
</style>
background-color css
<style>
a { background-color: #D358EC; }
a { background-color: rgb(211,88,236); }
div.DivClassName
{
background-color: #D358EC;
}
.BgClassName
{
background-color: #D358EC;
}
</style>
border-color css
<style>
span { border-color: #D358EC; }
span { border-color: rgb(211,88,236); }
td.TdClassName
{
border-color: #D358EC;
}
.TagClassName
{
border-color: #D358EC;
}
</style>