Html Css Color HEX #D556EC Free Speech Magenta
📋 copy color: '#D556EC'red 213 ◦ green 86 ◦ blue 236
Shades of Free Speech Magenta #D556EC
Tints of Free Speech Magenta #D556EC
RGB
CMYK
RGB Variations
Color information
#D556EC (or 0xD556EC) is known color: Free Speech Magenta. HEX triplet: D5, 56 and EC. RGB value is (213,86,236). Sum of RGB (Red+Green+Blue) = 213+86+236=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 86 (33.98% from 255 or 16.07% 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 #D556EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D556EC is #2AA913. Grayscale: #8C8C8C. Windows color (decimal): -2795796 or 15488725. OLE color: 15488725.
HSL color Cylindrical-coordinate representation of color #D556EC: hue angle of 290.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D556EC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 86 | 236 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.07 |
| HSL | 290.8º | 0.8% | 0.63% | - |
| HSV(B) | 290.8º | 0.64% | 0.93% | - |
| XYZ | 45.91 | 26.86 | 82.12 | - |
| YUV | 141.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 236 | 0.10 | 0.64 | 0 | 0.07 | 290.8 | 0.8 | 0.63 |
| Hex | D5 | 56 | EC | A | 40 | 0 | 7 | 123 | 50 | 3F |
| Octal | 325 | 126 | 354 | 12 | 100 | 0 | 7 | 443 | 120 | 77 |
| Binary | 11010101 | 1010110 | 11101100 | 1010 | 1000000 | 0 | 111 | 100100011 | 1010000 | 111111 |
Color Harmonies of #D556EC
Complementary color
Monochromatic Colors of #D556EC
Black with #D556EC
Text Example
Text Example
White with #D556EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556EC; }
p { color: rgb(213,86,236); }
H1.HeaderClassName
{
color: #D556EC;
}
.AnyTagClassName
{
color: #D556EC;
}
</style>
background-color css
<style>
a { background-color: #D556EC; }
a { background-color: rgb(213,86,236); }
div.DivClassName
{
background-color: #D556EC;
}
.BgClassName
{
background-color: #D556EC;
}
</style>
border-color css
<style>
span { border-color: #D556EC; }
span { border-color: rgb(213,86,236); }
td.TdClassName
{
border-color: #D556EC;
}
.TagClassName
{
border-color: #D556EC;
}
</style>