Html Css Color HEX #D957C5 Free Speech Magenta
📋 copy color: '#D957C5'red 217 ◦ green 87 ◦ blue 197
Shades of Free Speech Magenta #D957C5
Tints of Free Speech Magenta #D957C5
RGB
CMYK
RGB Variations
Color information
#D957C5 (or 0xD957C5) is known color: Free Speech Magenta. HEX triplet: D9, 57 and C5. RGB value is (217,87,197). Sum of RGB (Red+Green+Blue) = 217+87+197=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D957C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957C5 is #26A83A. Grayscale: #8A8A8A. Windows color (decimal): -2533435 or 12933081. OLE color: 12933081.
HSL color Cylindrical-coordinate representation of color #D957C5: hue angle of 309.23º 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 #D957C5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 197 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.15 |
| HSL | 309.23º | 0.63% | 0.6% | - |
| HSV(B) | 309.23º | 0.6% | 0.85% | - |
| XYZ | 42.1 | 25.6 | 55.55 | - |
| YUV | 138.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 197 | 0 | 0.60 | 0.09 | 0.15 | 309.23 | 0.63 | 0.6 |
| Hex | D9 | 57 | C5 | 0 | 3C | 9 | F | 135 | 3F | 3C |
| Octal | 331 | 127 | 305 | 0 | 74 | 11 | 17 | 465 | 77 | 74 |
| Binary | 11011001 | 1010111 | 11000101 | 0 | 111100 | 1001 | 1111 | 100110101 | 111111 | 111100 |
Color Harmonies of #D957C5
Complementary color
Monochromatic Colors of #D957C5
Black with #D957C5
Text Example
Text Example
White with #D957C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957C5; }
p { color: rgb(217,87,197); }
H1.HeaderClassName
{
color: #D957C5;
}
.AnyTagClassName
{
color: #D957C5;
}
</style>
background-color css
<style>
a { background-color: #D957C5; }
a { background-color: rgb(217,87,197); }
div.DivClassName
{
background-color: #D957C5;
}
.BgClassName
{
background-color: #D957C5;
}
</style>
border-color css
<style>
span { border-color: #D957C5; }
span { border-color: rgb(217,87,197); }
td.TdClassName
{
border-color: #D957C5;
}
.TagClassName
{
border-color: #D957C5;
}
</style>