Html Css Color HEX #D558D5 Free Speech Magenta
📋 copy color: '#D558D5'red 213 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #D558D5
Tints of Free Speech Magenta #D558D5
RGB
CMYK
RGB Variations
Color information
#D558D5 (or 0xD558D5) is known color: Free Speech Magenta. HEX triplet: D5, 58 and D5. RGB value is (213,88,213). Sum of RGB (Red+Green+Blue) = 213+88+213=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D558D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558D5 is #2AA72A. Grayscale: #8B8B8B. Windows color (decimal): -2795307 or 13981909. OLE color: 13981909.
HSL color Cylindrical-coordinate representation of color #D558D5: hue angle of 300º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558D5 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 213 | - |
| CMYK | 0 | 0.59 | 0 | 0.16 |
| HSL | 300º | 0.6% | 0.59% | - |
| HSV(B) | 300º | 0.59% | 0.84% | - |
| XYZ | 42.94 | 25.93 | 65.69 | - |
| YUV | 139.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 213 | 0 | 0.59 | 0 | 0.16 | 300 | 0.6 | 0.59 |
| Hex | D5 | 58 | D5 | 0 | 3B | 0 | 10 | 12C | 3C | 3B |
| Octal | 325 | 130 | 325 | 0 | 73 | 0 | 20 | 454 | 74 | 73 |
| Binary | 11010101 | 1011000 | 11010101 | 0 | 111011 | 0 | 10000 | 100101100 | 111100 | 111011 |
Color Harmonies of #D558D5
Complementary color
Monochromatic Colors of #D558D5
Black with #D558D5
Text Example
Text Example
White with #D558D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558D5; }
p { color: rgb(213,88,213); }
H1.HeaderClassName
{
color: #D558D5;
}
.AnyTagClassName
{
color: #D558D5;
}
</style>
background-color css
<style>
a { background-color: #D558D5; }
a { background-color: rgb(213,88,213); }
div.DivClassName
{
background-color: #D558D5;
}
.BgClassName
{
background-color: #D558D5;
}
</style>
border-color css
<style>
span { border-color: #D558D5; }
span { border-color: rgb(213,88,213); }
td.TdClassName
{
border-color: #D558D5;
}
.TagClassName
{
border-color: #D558D5;
}
</style>