Html Css Color HEX #D558ED Free Speech Magenta
📋 copy color: '#D558ED'red 213 ◦ green 88 ◦ blue 237
Shades of Free Speech Magenta #D558ED
Tints of Free Speech Magenta #D558ED
RGB
CMYK
RGB Variations
Color information
#D558ED (or 0xD558ED) is known color: Free Speech Magenta. HEX triplet: D5, 58 and ED. RGB value is (213,88,237). Sum of RGB (Red+Green+Blue) = 213+88+237=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #D558ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558ED is #2AA712. Grayscale: #8D8D8D. Windows color (decimal): -2795283 or 15554773. OLE color: 15554773.
HSL color Cylindrical-coordinate representation of color #D558ED: hue angle of 290.34º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D558ED is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 88 | 237 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.07 |
| HSL | 290.34º | 0.81% | 0.64% | - |
| HSV(B) | 290.34º | 0.63% | 0.93% | - |
| XYZ | 46.22 | 27.24 | 82.94 | - |
| YUV | 142.36 | 181.41 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 237 | 0.10 | 0.63 | 0 | 0.07 | 290.34 | 0.81 | 0.64 |
| Hex | D5 | 58 | ED | A | 3F | 0 | 7 | 122 | 51 | 40 |
| Octal | 325 | 130 | 355 | 12 | 77 | 0 | 7 | 442 | 121 | 100 |
| Binary | 11010101 | 1011000 | 11101101 | 1010 | 111111 | 0 | 111 | 100100010 | 1010001 | 1000000 |
Color Harmonies of #D558ED
Complementary color
Monochromatic Colors of #D558ED
Black with #D558ED
Text Example
Text Example
White with #D558ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558ED; }
p { color: rgb(213,88,237); }
H1.HeaderClassName
{
color: #D558ED;
}
.AnyTagClassName
{
color: #D558ED;
}
</style>
background-color css
<style>
a { background-color: #D558ED; }
a { background-color: rgb(213,88,237); }
div.DivClassName
{
background-color: #D558ED;
}
.BgClassName
{
background-color: #D558ED;
}
</style>
border-color css
<style>
span { border-color: #D558ED; }
span { border-color: rgb(213,88,237); }
td.TdClassName
{
border-color: #D558ED;
}
.TagClassName
{
border-color: #D558ED;
}
</style>