Html Css Color HEX #D551EC Free Speech Magenta
📋 copy color: '#D551EC'red 213 ◦ green 81 ◦ blue 236
Shades of Free Speech Magenta #D551EC
Tints of Free Speech Magenta #D551EC
RGB
CMYK
RGB Variations
Color information
#D551EC (or 0xD551EC) is known color: Free Speech Magenta. HEX triplet: D5, 51 and EC. RGB value is (213,81,236). Sum of RGB (Red+Green+Blue) = 213+81+236=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #D551EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551EC is #2AAE13. Grayscale: #898989. Windows color (decimal): -2797076 or 15487445. OLE color: 15487445.
HSL color Cylindrical-coordinate representation of color #D551EC: hue angle of 291.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D551EC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 81 | 236 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.07 |
| HSL | 291.1º | 0.8% | 0.62% | - |
| HSV(B) | 291.1º | 0.66% | 0.93% | - |
| XYZ | 45.52 | 26.09 | 81.99 | - |
| YUV | 138.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 236 | 0.10 | 0.66 | 0 | 0.07 | 291.1 | 0.8 | 0.62 |
| Hex | D5 | 51 | EC | A | 42 | 0 | 7 | 123 | 50 | 3E |
| Octal | 325 | 121 | 354 | 12 | 102 | 0 | 7 | 443 | 120 | 76 |
| Binary | 11010101 | 1010001 | 11101100 | 1010 | 1000010 | 0 | 111 | 100100011 | 1010000 | 111110 |
Color Harmonies of #D551EC
Complementary color
Monochromatic Colors of #D551EC
Black with #D551EC
Text Example
Text Example
White with #D551EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551EC; }
p { color: rgb(213,81,236); }
H1.HeaderClassName
{
color: #D551EC;
}
.AnyTagClassName
{
color: #D551EC;
}
</style>
background-color css
<style>
a { background-color: #D551EC; }
a { background-color: rgb(213,81,236); }
div.DivClassName
{
background-color: #D551EC;
}
.BgClassName
{
background-color: #D551EC;
}
</style>
border-color css
<style>
span { border-color: #D551EC; }
span { border-color: rgb(213,81,236); }
td.TdClassName
{
border-color: #D551EC;
}
.TagClassName
{
border-color: #D551EC;
}
</style>