Html Css Color HEX #D357EC Free Speech Magenta
📋 copy color: '#D357EC'red 211 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #D357EC
Tints of Free Speech Magenta #D357EC
RGB
CMYK
RGB Variations
Color information
#D357EC (or 0xD357EC) is known color: Free Speech Magenta. HEX triplet: D3, 57 and EC. RGB value is (211,87,236). Sum of RGB (Red+Green+Blue) = 211+87+236=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #D357EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357EC is #2CA813. Grayscale: #8C8C8C. Windows color (decimal): -2926612 or 15488979. OLE color: 15488979.
HSL color Cylindrical-coordinate representation of color #D357EC: hue angle of 289.93º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D357EC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 87 | 236 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.93º | 0.8% | 0.63% | - |
| HSV(B) | 289.93º | 0.63% | 0.93% | - |
| XYZ | 45.41 | 26.72 | 82.12 | - |
| YUV | 141.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 236 | 0.11 | 0.63 | 0 | 0.07 | 289.93 | 0.8 | 0.63 |
| Hex | D3 | 57 | EC | B | 3F | 0 | 7 | 122 | 50 | 3F |
| Octal | 323 | 127 | 354 | 13 | 77 | 0 | 7 | 442 | 120 | 77 |
| Binary | 11010011 | 1010111 | 11101100 | 1011 | 111111 | 0 | 111 | 100100010 | 1010000 | 111111 |
Color Harmonies of #D357EC
Complementary color
Monochromatic Colors of #D357EC
Black with #D357EC
Text Example
Text Example
White with #D357EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D357EC; }
p { color: rgb(211,87,236); }
H1.HeaderClassName
{
color: #D357EC;
}
.AnyTagClassName
{
color: #D357EC;
}
</style>
background-color css
<style>
a { background-color: #D357EC; }
a { background-color: rgb(211,87,236); }
div.DivClassName
{
background-color: #D357EC;
}
.BgClassName
{
background-color: #D357EC;
}
</style>
border-color css
<style>
span { border-color: #D357EC; }
span { border-color: rgb(211,87,236); }
td.TdClassName
{
border-color: #D357EC;
}
.TagClassName
{
border-color: #D357EC;
}
</style>