Html Css Color HEX #D539EC Free Speech Magenta
📋 copy color: '#D539EC'red 213 ◦ green 57 ◦ blue 236
Shades of Free Speech Magenta #D539EC
Tints of Free Speech Magenta #D539EC
RGB
CMYK
RGB Variations
Color information
#D539EC (or 0xD539EC) is known color: Free Speech Magenta. HEX triplet: D5, 39 and EC. RGB value is (213,57,236). Sum of RGB (Red+Green+Blue) = 213+57+236=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #D539EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539EC is #2AC613. Grayscale: #7B7B7B. Windows color (decimal): -2803220 or 15481301. OLE color: 15481301.
HSL color Cylindrical-coordinate representation of color #D539EC: hue angle of 292.29º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D539EC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 57 | 236 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.07 |
| HSL | 292.29º | 0.82% | 0.57% | - |
| HSV(B) | 292.29º | 0.76% | 0.93% | - |
| XYZ | 44.04 | 23.13 | 81.5 | - |
| YUV | 124.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 236 | 0.10 | 0.76 | 0 | 0.07 | 292.29 | 0.82 | 0.57 |
| Hex | D5 | 39 | EC | A | 4C | 0 | 7 | 124 | 52 | 39 |
| Octal | 325 | 71 | 354 | 12 | 114 | 0 | 7 | 444 | 122 | 71 |
| Binary | 11010101 | 111001 | 11101100 | 1010 | 1001100 | 0 | 111 | 100100100 | 1010010 | 111001 |
Color Harmonies of #D539EC
Complementary color
Monochromatic Colors of #D539EC
Black with #D539EC
Text Example
Text Example
White with #D539EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539EC; }
p { color: rgb(213,57,236); }
H1.HeaderClassName
{
color: #D539EC;
}
.AnyTagClassName
{
color: #D539EC;
}
</style>
background-color css
<style>
a { background-color: #D539EC; }
a { background-color: rgb(213,57,236); }
div.DivClassName
{
background-color: #D539EC;
}
.BgClassName
{
background-color: #D539EC;
}
</style>
border-color css
<style>
span { border-color: #D539EC; }
span { border-color: rgb(213,57,236); }
td.TdClassName
{
border-color: #D539EC;
}
.TagClassName
{
border-color: #D539EC;
}
</style>