Html Css Color HEX #D536EC Free Speech Magenta
📋 copy color: '#D536EC'red 213 ◦ green 54 ◦ blue 236
Shades of Free Speech Magenta #D536EC
Tints of Free Speech Magenta #D536EC
RGB
CMYK
RGB Variations
Color information
#D536EC (or 0xD536EC) is known color: Free Speech Magenta. HEX triplet: D5, 36 and EC. RGB value is (213,54,236). Sum of RGB (Red+Green+Blue) = 213+54+236=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #D536EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D536EC is #2AC913. Grayscale: #797979. Windows color (decimal): -2803988 or 15480533. OLE color: 15480533.
HSL color Cylindrical-coordinate representation of color #D536EC: hue angle of 292.42º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D536EC is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 54 | 236 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.07 |
| HSL | 292.42º | 0.83% | 0.57% | - |
| HSV(B) | 292.42º | 0.77% | 0.93% | - |
| XYZ | 43.9 | 22.84 | 81.45 | - |
| YUV | 122.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 236 | 0.10 | 0.77 | 0 | 0.07 | 292.42 | 0.83 | 0.57 |
| Hex | D5 | 36 | EC | A | 4D | 0 | 7 | 124 | 53 | 39 |
| Octal | 325 | 66 | 354 | 12 | 115 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010101 | 110110 | 11101100 | 1010 | 1001101 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D536EC
Complementary color
Monochromatic Colors of #D536EC
Black with #D536EC
Text Example
Text Example
White with #D536EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536EC; }
p { color: rgb(213,54,236); }
H1.HeaderClassName
{
color: #D536EC;
}
.AnyTagClassName
{
color: #D536EC;
}
</style>
background-color css
<style>
a { background-color: #D536EC; }
a { background-color: rgb(213,54,236); }
div.DivClassName
{
background-color: #D536EC;
}
.BgClassName
{
background-color: #D536EC;
}
</style>
border-color css
<style>
span { border-color: #D536EC; }
span { border-color: rgb(213,54,236); }
td.TdClassName
{
border-color: #D536EC;
}
.TagClassName
{
border-color: #D536EC;
}
</style>