Html Css Color HEX #D557DF Free Speech Magenta
📋 copy color: '#D557DF'red 213 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #D557DF
Tints of Free Speech Magenta #D557DF
RGB
CMYK
RGB Variations
Color information
#D557DF (or 0xD557DF) is known color: Free Speech Magenta. HEX triplet: D5, 57 and DF. RGB value is (213,87,223). Sum of RGB (Red+Green+Blue) = 213+87+223=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #D557DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557DF is #2AA820. Grayscale: #8B8B8B. Windows color (decimal): -2795553 or 14637013. OLE color: 14637013.
HSL color Cylindrical-coordinate representation of color #D557DF: hue angle of 295.59º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D557DF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 87 | 223 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.13 |
| HSL | 295.59º | 0.68% | 0.61% | - |
| HSV(B) | 295.59º | 0.61% | 0.87% | - |
| XYZ | 44.17 | 26.29 | 72.56 | - |
| YUV | 140.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 223 | 0.04 | 0.61 | 0 | 0.13 | 295.59 | 0.68 | 0.61 |
| Hex | D5 | 57 | DF | 4 | 3D | 0 | D | 128 | 44 | 3D |
| Octal | 325 | 127 | 337 | 4 | 75 | 0 | 15 | 450 | 104 | 75 |
| Binary | 11010101 | 1010111 | 11011111 | 100 | 111101 | 0 | 1101 | 100101000 | 1000100 | 111101 |
Color Harmonies of #D557DF
Complementary color
Monochromatic Colors of #D557DF
Black with #D557DF
Text Example
Text Example
White with #D557DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557DF; }
p { color: rgb(213,87,223); }
H1.HeaderClassName
{
color: #D557DF;
}
.AnyTagClassName
{
color: #D557DF;
}
</style>
background-color css
<style>
a { background-color: #D557DF; }
a { background-color: rgb(213,87,223); }
div.DivClassName
{
background-color: #D557DF;
}
.BgClassName
{
background-color: #D557DF;
}
</style>
border-color css
<style>
span { border-color: #D557DF; }
span { border-color: rgb(213,87,223); }
td.TdClassName
{
border-color: #D557DF;
}
.TagClassName
{
border-color: #D557DF;
}
</style>