Html Css Color HEX #D558E9 Free Speech Magenta
📋 copy color: '#D558E9'red 213 ◦ green 88 ◦ blue 233
Shades of Free Speech Magenta #D558E9
Tints of Free Speech Magenta #D558E9
RGB
CMYK
RGB Variations
Color information
#D558E9 (or 0xD558E9) is known color: Free Speech Magenta. HEX triplet: D5, 58 and E9. RGB value is (213,88,233). Sum of RGB (Red+Green+Blue) = 213+88+233=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #D558E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558E9 is #2AA716. Grayscale: #8D8D8D. Windows color (decimal): -2795287 or 15292629. OLE color: 15292629.
HSL color Cylindrical-coordinate representation of color #D558E9: hue angle of 291.72º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D558E9 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 88 | 233 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.09 |
| HSL | 291.72º | 0.77% | 0.63% | - |
| HSV(B) | 291.72º | 0.62% | 0.91% | - |
| XYZ | 45.64 | 27.01 | 79.9 | - |
| YUV | 141.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 233 | 0.09 | 0.62 | 0 | 0.09 | 291.72 | 0.77 | 0.63 |
| Hex | D5 | 58 | E9 | 9 | 3E | 0 | 9 | 124 | 4D | 3F |
| Octal | 325 | 130 | 351 | 11 | 76 | 0 | 11 | 444 | 115 | 77 |
| Binary | 11010101 | 1011000 | 11101001 | 1001 | 111110 | 0 | 1001 | 100100100 | 1001101 | 111111 |
Color Harmonies of #D558E9
Complementary color
Monochromatic Colors of #D558E9
Black with #D558E9
Text Example
Text Example
White with #D558E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558E9; }
p { color: rgb(213,88,233); }
H1.HeaderClassName
{
color: #D558E9;
}
.AnyTagClassName
{
color: #D558E9;
}
</style>
background-color css
<style>
a { background-color: #D558E9; }
a { background-color: rgb(213,88,233); }
div.DivClassName
{
background-color: #D558E9;
}
.BgClassName
{
background-color: #D558E9;
}
</style>
border-color css
<style>
span { border-color: #D558E9; }
span { border-color: rgb(213,88,233); }
td.TdClassName
{
border-color: #D558E9;
}
.TagClassName
{
border-color: #D558E9;
}
</style>