Html Css Color HEX #D557EC Free Speech Magenta
📋 copy color: '#D557EC'red 213 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #D557EC
Tints of Free Speech Magenta #D557EC
RGB
CMYK
RGB Variations
Color information
#D557EC (or 0xD557EC) is known color: Free Speech Magenta. HEX triplet: D5, 57 and EC. RGB value is (213,87,236). Sum of RGB (Red+Green+Blue) = 213+87+236=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 87 (34.38% from 255 or 16.23% 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 #D557EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557EC is #2AA813. Grayscale: #8D8D8D. Windows color (decimal): -2795540 or 15488981. OLE color: 15488981.
HSL color Cylindrical-coordinate representation of color #D557EC: hue angle of 290.74º 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 #D557EC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 87 | 236 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.07 |
| HSL | 290.74º | 0.8% | 0.63% | - |
| HSV(B) | 290.74º | 0.63% | 0.93% | - |
| XYZ | 45.99 | 27.02 | 82.15 | - |
| YUV | 141.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 236 | 0.10 | 0.63 | 0 | 0.07 | 290.74 | 0.8 | 0.63 |
| Hex | D5 | 57 | EC | A | 3F | 0 | 7 | 123 | 50 | 3F |
| Octal | 325 | 127 | 354 | 12 | 77 | 0 | 7 | 443 | 120 | 77 |
| Binary | 11010101 | 1010111 | 11101100 | 1010 | 111111 | 0 | 111 | 100100011 | 1010000 | 111111 |
Color Harmonies of #D557EC
Complementary color
Monochromatic Colors of #D557EC
Black with #D557EC
Text Example
Text Example
White with #D557EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557EC; }
p { color: rgb(213,87,236); }
H1.HeaderClassName
{
color: #D557EC;
}
.AnyTagClassName
{
color: #D557EC;
}
</style>
background-color css
<style>
a { background-color: #D557EC; }
a { background-color: rgb(213,87,236); }
div.DivClassName
{
background-color: #D557EC;
}
.BgClassName
{
background-color: #D557EC;
}
</style>
border-color css
<style>
span { border-color: #D557EC; }
span { border-color: rgb(213,87,236); }
td.TdClassName
{
border-color: #D557EC;
}
.TagClassName
{
border-color: #D557EC;
}
</style>