Html Css Color HEX #D557C9 Free Speech Magenta
📋 copy color: '#D557C9'red 213 ◦ green 87 ◦ blue 201
Shades of Free Speech Magenta #D557C9
Tints of Free Speech Magenta #D557C9
RGB
CMYK
RGB Variations
Color information
#D557C9 (or 0xD557C9) is known color: Free Speech Magenta. HEX triplet: D5, 57 and C9. RGB value is (213,87,201). Sum of RGB (Red+Green+Blue) = 213+87+201=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D557C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557C9 is #2AA836. Grayscale: #898989. Windows color (decimal): -2795575 or 13195221. OLE color: 13195221.
HSL color Cylindrical-coordinate representation of color #D557C9: hue angle of 305.71º 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 #D557C9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 201 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.16 |
| HSL | 305.71º | 0.6% | 0.59% | - |
| HSV(B) | 305.71º | 0.59% | 0.84% | - |
| XYZ | 41.39 | 25.18 | 57.94 | - |
| YUV | 137.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 201 | 0 | 0.59 | 0.06 | 0.16 | 305.71 | 0.6 | 0.59 |
| Hex | D5 | 57 | C9 | 0 | 3B | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 127 | 311 | 0 | 73 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1010111 | 11001001 | 0 | 111011 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D557C9
Complementary color
Monochromatic Colors of #D557C9
Black with #D557C9
Text Example
Text Example
White with #D557C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557C9; }
p { color: rgb(213,87,201); }
H1.HeaderClassName
{
color: #D557C9;
}
.AnyTagClassName
{
color: #D557C9;
}
</style>
background-color css
<style>
a { background-color: #D557C9; }
a { background-color: rgb(213,87,201); }
div.DivClassName
{
background-color: #D557C9;
}
.BgClassName
{
background-color: #D557C9;
}
</style>
border-color css
<style>
span { border-color: #D557C9; }
span { border-color: rgb(213,87,201); }
td.TdClassName
{
border-color: #D557C9;
}
.TagClassName
{
border-color: #D557C9;
}
</style>