Html Css Color HEX #D558EA Free Speech Magenta
📋 copy color: '#D558EA'red 213 ◦ green 88 ◦ blue 234
Shades of Free Speech Magenta #D558EA
Tints of Free Speech Magenta #D558EA
RGB
CMYK
RGB Variations
Color information
#D558EA (or 0xD558EA) is known color: Free Speech Magenta. HEX triplet: D5, 58 and EA. RGB value is (213,88,234). Sum of RGB (Red+Green+Blue) = 213+88+234=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #D558EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558EA is #2AA715. Grayscale: #8D8D8D. Windows color (decimal): -2795286 or 15358165. OLE color: 15358165.
HSL color Cylindrical-coordinate representation of color #D558EA: hue angle of 291.37º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D558EA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 88 | 234 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.08 |
| HSL | 291.37º | 0.78% | 0.63% | - |
| HSV(B) | 291.37º | 0.62% | 0.92% | - |
| XYZ | 45.78 | 27.07 | 80.65 | - |
| YUV | 142.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 234 | 0.09 | 0.62 | 0 | 0.08 | 291.37 | 0.78 | 0.63 |
| Hex | D5 | 58 | EA | 9 | 3E | 0 | 8 | 123 | 4E | 3F |
| Octal | 325 | 130 | 352 | 11 | 76 | 0 | 10 | 443 | 116 | 77 |
| Binary | 11010101 | 1011000 | 11101010 | 1001 | 111110 | 0 | 1000 | 100100011 | 1001110 | 111111 |
Color Harmonies of #D558EA
Complementary color
Monochromatic Colors of #D558EA
Black with #D558EA
Text Example
Text Example
White with #D558EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558EA; }
p { color: rgb(213,88,234); }
H1.HeaderClassName
{
color: #D558EA;
}
.AnyTagClassName
{
color: #D558EA;
}
</style>
background-color css
<style>
a { background-color: #D558EA; }
a { background-color: rgb(213,88,234); }
div.DivClassName
{
background-color: #D558EA;
}
.BgClassName
{
background-color: #D558EA;
}
</style>
border-color css
<style>
span { border-color: #D558EA; }
span { border-color: rgb(213,88,234); }
td.TdClassName
{
border-color: #D558EA;
}
.TagClassName
{
border-color: #D558EA;
}
</style>