Html Css Color HEX #D542EC Free Speech Magenta
📋 copy color: '#D542EC'red 213 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #D542EC
Tints of Free Speech Magenta #D542EC
RGB
CMYK
RGB Variations
Color information
#D542EC (or 0xD542EC) is known color: Free Speech Magenta. HEX triplet: D5, 42 and EC. RGB value is (213,66,236). Sum of RGB (Red+Green+Blue) = 213+66+236=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #D542EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D542EC is #2ABD13. Grayscale: #808080. Windows color (decimal): -2800916 or 15483605. OLE color: 15483605.
HSL color Cylindrical-coordinate representation of color #D542EC: hue angle of 291.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D542EC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 66 | 236 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.07 |
| HSL | 291.88º | 0.82% | 0.59% | - |
| HSV(B) | 291.88º | 0.72% | 0.93% | - |
| XYZ | 44.53 | 24.1 | 81.66 | - |
| YUV | 129.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 236 | 0.10 | 0.72 | 0 | 0.07 | 291.88 | 0.82 | 0.59 |
| Hex | D5 | 42 | EC | A | 48 | 0 | 7 | 124 | 52 | 3B |
| Octal | 325 | 102 | 354 | 12 | 110 | 0 | 7 | 444 | 122 | 73 |
| Binary | 11010101 | 1000010 | 11101100 | 1010 | 1001000 | 0 | 111 | 100100100 | 1010010 | 111011 |
Color Harmonies of #D542EC
Complementary color
Monochromatic Colors of #D542EC
Black with #D542EC
Text Example
Text Example
White with #D542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542EC; }
p { color: rgb(213,66,236); }
H1.HeaderClassName
{
color: #D542EC;
}
.AnyTagClassName
{
color: #D542EC;
}
</style>
background-color css
<style>
a { background-color: #D542EC; }
a { background-color: rgb(213,66,236); }
div.DivClassName
{
background-color: #D542EC;
}
.BgClassName
{
background-color: #D542EC;
}
</style>
border-color css
<style>
span { border-color: #D542EC; }
span { border-color: rgb(213,66,236); }
td.TdClassName
{
border-color: #D542EC;
}
.TagClassName
{
border-color: #D542EC;
}
</style>