Html Css Color HEX #D542E9 Free Speech Magenta
📋 copy color: '#D542E9'red 213 ◦ green 66 ◦ blue 233
Shades of Free Speech Magenta #D542E9
Tints of Free Speech Magenta #D542E9
RGB
CMYK
RGB Variations
Color information
#D542E9 (or 0xD542E9) is known color: Free Speech Magenta. HEX triplet: D5, 42 and E9. RGB value is (213,66,233). Sum of RGB (Red+Green+Blue) = 213+66+233=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #D542E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D542E9 is #2ABD16. Grayscale: #808080. Windows color (decimal): -2800919 or 15286997. OLE color: 15286997.
HSL color Cylindrical-coordinate representation of color #D542E9: hue angle of 292.81º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D542E9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 66 | 233 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.09 |
| HSL | 292.81º | 0.79% | 0.59% | - |
| HSV(B) | 292.81º | 0.72% | 0.91% | - |
| XYZ | 44.1 | 23.93 | 79.38 | - |
| YUV | 128.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 233 | 0.09 | 0.72 | 0 | 0.09 | 292.81 | 0.79 | 0.59 |
| Hex | D5 | 42 | E9 | 9 | 48 | 0 | 9 | 125 | 4F | 3B |
| Octal | 325 | 102 | 351 | 11 | 110 | 0 | 11 | 445 | 117 | 73 |
| Binary | 11010101 | 1000010 | 11101001 | 1001 | 1001000 | 0 | 1001 | 100100101 | 1001111 | 111011 |
Color Harmonies of #D542E9
Complementary color
Monochromatic Colors of #D542E9
Black with #D542E9
Text Example
Text Example
White with #D542E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542E9; }
p { color: rgb(213,66,233); }
H1.HeaderClassName
{
color: #D542E9;
}
.AnyTagClassName
{
color: #D542E9;
}
</style>
background-color css
<style>
a { background-color: #D542E9; }
a { background-color: rgb(213,66,233); }
div.DivClassName
{
background-color: #D542E9;
}
.BgClassName
{
background-color: #D542E9;
}
</style>
border-color css
<style>
span { border-color: #D542E9; }
span { border-color: rgb(213,66,233); }
td.TdClassName
{
border-color: #D542E9;
}
.TagClassName
{
border-color: #D542E9;
}
</style>