Html Css Color HEX #D957D6 Free Speech Magenta
📋 copy color: '#D957D6'red 217 ◦ green 87 ◦ blue 214
Shades of Free Speech Magenta #D957D6
Tints of Free Speech Magenta #D957D6
RGB
CMYK
RGB Variations
Color information
#D957D6 (or 0xD957D6) is known color: Free Speech Magenta. HEX triplet: D9, 57 and D6. RGB value is (217,87,214). Sum of RGB (Red+Green+Blue) = 217+87+214=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D957D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957D6 is #26A829. Grayscale: #8B8B8B. Windows color (decimal): -2533418 or 14047193. OLE color: 14047193.
HSL color Cylindrical-coordinate representation of color #D957D6: hue angle of 301.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D957D6 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 214 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.15 |
| HSL | 301.38º | 0.63% | 0.6% | - |
| HSV(B) | 301.38º | 0.6% | 0.85% | - |
| XYZ | 44.16 | 26.42 | 66.39 | - |
| YUV | 140.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 214 | 0 | 0.60 | 0.01 | 0.15 | 301.38 | 0.63 | 0.6 |
| Hex | D9 | 57 | D6 | 0 | 3C | 1 | F | 12D | 3F | 3C |
| Octal | 331 | 127 | 326 | 0 | 74 | 1 | 17 | 455 | 77 | 74 |
| Binary | 11011001 | 1010111 | 11010110 | 0 | 111100 | 1 | 1111 | 100101101 | 111111 | 111100 |
Color Harmonies of #D957D6
Complementary color
Monochromatic Colors of #D957D6
Black with #D957D6
Text Example
Text Example
White with #D957D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957D6; }
p { color: rgb(217,87,214); }
H1.HeaderClassName
{
color: #D957D6;
}
.AnyTagClassName
{
color: #D957D6;
}
</style>
background-color css
<style>
a { background-color: #D957D6; }
a { background-color: rgb(217,87,214); }
div.DivClassName
{
background-color: #D957D6;
}
.BgClassName
{
background-color: #D957D6;
}
</style>
border-color css
<style>
span { border-color: #D957D6; }
span { border-color: rgb(217,87,214); }
td.TdClassName
{
border-color: #D957D6;
}
.TagClassName
{
border-color: #D957D6;
}
</style>