Html Css Color HEX #D531EC Free Speech Magenta
📋 copy color: '#D531EC'red 213 ◦ green 49 ◦ blue 236
Shades of Free Speech Magenta #D531EC
Tints of Free Speech Magenta #D531EC
RGB
CMYK
RGB Variations
Color information
#D531EC (or 0xD531EC) is known color: Free Speech Magenta. HEX triplet: D5, 31 and EC. RGB value is (213,49,236). Sum of RGB (Red+Green+Blue) = 213+49+236=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D531EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531EC is #2ACE13. Grayscale: #767676. Windows color (decimal): -2805268 or 15479253. OLE color: 15479253.
HSL color Cylindrical-coordinate representation of color #D531EC: hue angle of 292.62º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D531EC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 49 | 236 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.07 |
| HSL | 292.62º | 0.83% | 0.56% | - |
| HSV(B) | 292.62º | 0.79% | 0.93% | - |
| XYZ | 43.68 | 22.4 | 81.38 | - |
| YUV | 119.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 236 | 0.10 | 0.79 | 0 | 0.07 | 292.62 | 0.83 | 0.56 |
| Hex | D5 | 31 | EC | A | 4F | 0 | 7 | 125 | 53 | 38 |
| Octal | 325 | 61 | 354 | 12 | 117 | 0 | 7 | 445 | 123 | 70 |
| Binary | 11010101 | 110001 | 11101100 | 1010 | 1001111 | 0 | 111 | 100100101 | 1010011 | 111000 |
Color Harmonies of #D531EC
Complementary color
Monochromatic Colors of #D531EC
Black with #D531EC
Text Example
Text Example
White with #D531EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531EC; }
p { color: rgb(213,49,236); }
H1.HeaderClassName
{
color: #D531EC;
}
.AnyTagClassName
{
color: #D531EC;
}
</style>
background-color css
<style>
a { background-color: #D531EC; }
a { background-color: rgb(213,49,236); }
div.DivClassName
{
background-color: #D531EC;
}
.BgClassName
{
background-color: #D531EC;
}
</style>
border-color css
<style>
span { border-color: #D531EC; }
span { border-color: rgb(213,49,236); }
td.TdClassName
{
border-color: #D531EC;
}
.TagClassName
{
border-color: #D531EC;
}
</style>