Html Css Color HEX #D557D2 Free Speech Magenta
📋 copy color: '#D557D2'red 213 ◦ green 87 ◦ blue 210
Shades of Free Speech Magenta #D557D2
Tints of Free Speech Magenta #D557D2
RGB
CMYK
RGB Variations
Color information
#D557D2 (or 0xD557D2) is known color: Free Speech Magenta. HEX triplet: D5, 57 and D2. RGB value is (213,87,210). Sum of RGB (Red+Green+Blue) = 213+87+210=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D557D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557D2 is #2AA82D. Grayscale: #8A8A8A. Windows color (decimal): -2795566 or 13785045. OLE color: 13785045.
HSL color Cylindrical-coordinate representation of color #D557D2: hue angle of 301.43º 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 #D557D2 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 210 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.16 |
| HSL | 301.43º | 0.6% | 0.59% | - |
| HSV(B) | 301.43º | 0.59% | 0.84% | - |
| XYZ | 42.48 | 25.62 | 63.68 | - |
| YUV | 138.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 210 | 0 | 0.59 | 0.01 | 0.16 | 301.43 | 0.6 | 0.59 |
| Hex | D5 | 57 | D2 | 0 | 3B | 1 | 10 | 12D | 3C | 3B |
| Octal | 325 | 127 | 322 | 0 | 73 | 1 | 20 | 455 | 74 | 73 |
| Binary | 11010101 | 1010111 | 11010010 | 0 | 111011 | 1 | 10000 | 100101101 | 111100 | 111011 |
Color Harmonies of #D557D2
Complementary color
Monochromatic Colors of #D557D2
Black with #D557D2
Text Example
Text Example
White with #D557D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557D2; }
p { color: rgb(213,87,210); }
H1.HeaderClassName
{
color: #D557D2;
}
.AnyTagClassName
{
color: #D557D2;
}
</style>
background-color css
<style>
a { background-color: #D557D2; }
a { background-color: rgb(213,87,210); }
div.DivClassName
{
background-color: #D557D2;
}
.BgClassName
{
background-color: #D557D2;
}
</style>
border-color css
<style>
span { border-color: #D557D2; }
span { border-color: rgb(213,87,210); }
td.TdClassName
{
border-color: #D557D2;
}
.TagClassName
{
border-color: #D557D2;
}
</style>