Html Css Color HEX #D549EC Free Speech Magenta
📋 copy color: '#D549EC'red 213 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #D549EC
Tints of Free Speech Magenta #D549EC
RGB
CMYK
RGB Variations
Color information
#D549EC (or 0xD549EC) is known color: Free Speech Magenta. HEX triplet: D5, 49 and EC. RGB value is (213,73,236). Sum of RGB (Red+Green+Blue) = 213+73+236=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #D549EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549EC is #2AB613. Grayscale: #848484. Windows color (decimal): -2799124 or 15485397. OLE color: 15485397.
HSL color Cylindrical-coordinate representation of color #D549EC: hue angle of 291.53º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D549EC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 73 | 236 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.07 |
| HSL | 291.53º | 0.81% | 0.61% | - |
| HSV(B) | 291.53º | 0.69% | 0.93% | - |
| XYZ | 44.96 | 24.97 | 81.81 | - |
| YUV | 133.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 236 | 0.10 | 0.69 | 0 | 0.07 | 291.53 | 0.81 | 0.61 |
| Hex | D5 | 49 | EC | A | 45 | 0 | 7 | 124 | 51 | 3D |
| Octal | 325 | 111 | 354 | 12 | 105 | 0 | 7 | 444 | 121 | 75 |
| Binary | 11010101 | 1001001 | 11101100 | 1010 | 1000101 | 0 | 111 | 100100100 | 1010001 | 111101 |
Color Harmonies of #D549EC
Complementary color
Monochromatic Colors of #D549EC
Black with #D549EC
Text Example
Text Example
White with #D549EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549EC; }
p { color: rgb(213,73,236); }
H1.HeaderClassName
{
color: #D549EC;
}
.AnyTagClassName
{
color: #D549EC;
}
</style>
background-color css
<style>
a { background-color: #D549EC; }
a { background-color: rgb(213,73,236); }
div.DivClassName
{
background-color: #D549EC;
}
.BgClassName
{
background-color: #D549EC;
}
</style>
border-color css
<style>
span { border-color: #D549EC; }
span { border-color: rgb(213,73,236); }
td.TdClassName
{
border-color: #D549EC;
}
.TagClassName
{
border-color: #D549EC;
}
</style>