Html Css Color HEX #D554EC Free Speech Magenta
📋 copy color: '#D554EC'red 213 ◦ green 84 ◦ blue 236
Shades of Free Speech Magenta #D554EC
Tints of Free Speech Magenta #D554EC
RGB
CMYK
RGB Variations
Color information
#D554EC (or 0xD554EC) is known color: Free Speech Magenta. HEX triplet: D5, 54 and EC. RGB value is (213,84,236). Sum of RGB (Red+Green+Blue) = 213+84+236=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #D554EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554EC is #2AAB13. Grayscale: #8B8B8B. Windows color (decimal): -2796308 or 15488213. OLE color: 15488213.
HSL color Cylindrical-coordinate representation of color #D554EC: hue angle of 290.92º 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 #D554EC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 84 | 236 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.07 |
| HSL | 290.92º | 0.8% | 0.63% | - |
| HSV(B) | 290.92º | 0.64% | 0.93% | - |
| XYZ | 45.75 | 26.54 | 82.07 | - |
| YUV | 139.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 236 | 0.10 | 0.64 | 0 | 0.07 | 290.92 | 0.8 | 0.63 |
| Hex | D5 | 54 | EC | A | 40 | 0 | 7 | 123 | 50 | 3F |
| Octal | 325 | 124 | 354 | 12 | 100 | 0 | 7 | 443 | 120 | 77 |
| Binary | 11010101 | 1010100 | 11101100 | 1010 | 1000000 | 0 | 111 | 100100011 | 1010000 | 111111 |
Color Harmonies of #D554EC
Complementary color
Monochromatic Colors of #D554EC
Black with #D554EC
Text Example
Text Example
White with #D554EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554EC; }
p { color: rgb(213,84,236); }
H1.HeaderClassName
{
color: #D554EC;
}
.AnyTagClassName
{
color: #D554EC;
}
</style>
background-color css
<style>
a { background-color: #D554EC; }
a { background-color: rgb(213,84,236); }
div.DivClassName
{
background-color: #D554EC;
}
.BgClassName
{
background-color: #D554EC;
}
</style>
border-color css
<style>
span { border-color: #D554EC; }
span { border-color: rgb(213,84,236); }
td.TdClassName
{
border-color: #D554EC;
}
.TagClassName
{
border-color: #D554EC;
}
</style>