Html Css Color HEX #D957DF Free Speech Magenta
📋 copy color: '#D957DF'red 217 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #D957DF
Tints of Free Speech Magenta #D957DF
RGB
CMYK
RGB Variations
Color information
#D957DF (or 0xD957DF) is known color: Free Speech Magenta. HEX triplet: D9, 57 and DF. RGB value is (217,87,223). Sum of RGB (Red+Green+Blue) = 217+87+223=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D957DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957DF is #26A820. Grayscale: #8C8C8C. Windows color (decimal): -2533409 or 14637017. OLE color: 14637017.
HSL color Cylindrical-coordinate representation of color #D957DF: hue angle of 297.35º 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 #D957DF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 87 | 223 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.13 |
| HSL | 297.35º | 0.68% | 0.61% | - |
| HSV(B) | 297.35º | 0.61% | 0.87% | - |
| XYZ | 45.34 | 26.9 | 72.61 | - |
| YUV | 141.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 223 | 0.03 | 0.61 | 0 | 0.13 | 297.35 | 0.68 | 0.61 |
| Hex | D9 | 57 | DF | 3 | 3D | 0 | D | 129 | 44 | 3D |
| Octal | 331 | 127 | 337 | 3 | 75 | 0 | 15 | 451 | 104 | 75 |
| Binary | 11011001 | 1010111 | 11011111 | 11 | 111101 | 0 | 1101 | 100101001 | 1000100 | 111101 |
Color Harmonies of #D957DF
Complementary color
Monochromatic Colors of #D957DF
Black with #D957DF
Text Example
Text Example
White with #D957DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957DF; }
p { color: rgb(217,87,223); }
H1.HeaderClassName
{
color: #D957DF;
}
.AnyTagClassName
{
color: #D957DF;
}
</style>
background-color css
<style>
a { background-color: #D957DF; }
a { background-color: rgb(217,87,223); }
div.DivClassName
{
background-color: #D957DF;
}
.BgClassName
{
background-color: #D957DF;
}
</style>
border-color css
<style>
span { border-color: #D957DF; }
span { border-color: rgb(217,87,223); }
td.TdClassName
{
border-color: #D957DF;
}
.TagClassName
{
border-color: #D957DF;
}
</style>