Html Css Color HEX #D557CF Free Speech Magenta
📋 copy color: '#D557CF'red 213 ◦ green 87 ◦ blue 207
Shades of Free Speech Magenta #D557CF
Tints of Free Speech Magenta #D557CF
RGB
CMYK
RGB Variations
Color information
#D557CF (or 0xD557CF) is known color: Free Speech Magenta. HEX triplet: D5, 57 and CF. RGB value is (213,87,207). Sum of RGB (Red+Green+Blue) = 213+87+207=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D557CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557CF is #2AA830. Grayscale: #8A8A8A. Windows color (decimal): -2795569 or 13588437. OLE color: 13588437.
HSL color Cylindrical-coordinate representation of color #D557CF: hue angle of 302.86º 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 #D557CF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 207 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.16 |
| HSL | 302.86º | 0.6% | 0.59% | - |
| HSV(B) | 302.86º | 0.59% | 0.84% | - |
| XYZ | 42.11 | 25.47 | 61.73 | - |
| YUV | 138.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 207 | 0 | 0.59 | 0.03 | 0.16 | 302.86 | 0.6 | 0.59 |
| Hex | D5 | 57 | CF | 0 | 3B | 3 | 10 | 12F | 3C | 3B |
| Octal | 325 | 127 | 317 | 0 | 73 | 3 | 20 | 457 | 74 | 73 |
| Binary | 11010101 | 1010111 | 11001111 | 0 | 111011 | 11 | 10000 | 100101111 | 111100 | 111011 |
Color Harmonies of #D557CF
Complementary color
Monochromatic Colors of #D557CF
Black with #D557CF
Text Example
Text Example
White with #D557CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557CF; }
p { color: rgb(213,87,207); }
H1.HeaderClassName
{
color: #D557CF;
}
.AnyTagClassName
{
color: #D557CF;
}
</style>
background-color css
<style>
a { background-color: #D557CF; }
a { background-color: rgb(213,87,207); }
div.DivClassName
{
background-color: #D557CF;
}
.BgClassName
{
background-color: #D557CF;
}
</style>
border-color css
<style>
span { border-color: #D557CF; }
span { border-color: rgb(213,87,207); }
td.TdClassName
{
border-color: #D557CF;
}
.TagClassName
{
border-color: #D557CF;
}
</style>