Html Css Color HEX #D359EC Free Speech Magenta
📋 copy color: '#D359EC'red 211 ◦ green 89 ◦ blue 236
Shades of Free Speech Magenta #D359EC
Tints of Free Speech Magenta #D359EC
RGB
CMYK
RGB Variations
Color information
#D359EC (or 0xD359EC) is known color: Free Speech Magenta. HEX triplet: D3, 59 and EC. RGB value is (211,89,236). Sum of RGB (Red+Green+Blue) = 211+89+236=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #D359EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359EC is #2CA613. Grayscale: #8D8D8D. Windows color (decimal): -2926100 or 15489491. OLE color: 15489491.
HSL color Cylindrical-coordinate representation of color #D359EC: hue angle of 289.8º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D359EC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 89 | 236 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.07 |
| HSL | 289.8º | 0.79% | 0.64% | - |
| HSV(B) | 289.8º | 0.62% | 0.93% | - |
| XYZ | 45.58 | 27.05 | 82.18 | - |
| YUV | 142.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 236 | 0.11 | 0.62 | 0 | 0.07 | 289.8 | 0.79 | 0.64 |
| Hex | D3 | 59 | EC | B | 3E | 0 | 7 | 122 | 4F | 40 |
| Octal | 323 | 131 | 354 | 13 | 76 | 0 | 7 | 442 | 117 | 100 |
| Binary | 11010011 | 1011001 | 11101100 | 1011 | 111110 | 0 | 111 | 100100010 | 1001111 | 1000000 |
Color Harmonies of #D359EC
Complementary color
Monochromatic Colors of #D359EC
Black with #D359EC
Text Example
Text Example
White with #D359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359EC; }
p { color: rgb(211,89,236); }
H1.HeaderClassName
{
color: #D359EC;
}
.AnyTagClassName
{
color: #D359EC;
}
</style>
background-color css
<style>
a { background-color: #D359EC; }
a { background-color: rgb(211,89,236); }
div.DivClassName
{
background-color: #D359EC;
}
.BgClassName
{
background-color: #D359EC;
}
</style>
border-color css
<style>
span { border-color: #D359EC; }
span { border-color: rgb(211,89,236); }
td.TdClassName
{
border-color: #D359EC;
}
.TagClassName
{
border-color: #D359EC;
}
</style>