Html Css Color HEX #D957C8 Free Speech Magenta
📋 copy color: '#D957C8'red 217 ◦ green 87 ◦ blue 200
Shades of Free Speech Magenta #D957C8
Tints of Free Speech Magenta #D957C8
RGB
CMYK
RGB Variations
Color information
#D957C8 (or 0xD957C8) is known color: Free Speech Magenta. HEX triplet: D9, 57 and C8. RGB value is (217,87,200). Sum of RGB (Red+Green+Blue) = 217+87+200=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D957C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957C8 is #26A837. Grayscale: #8A8A8A. Windows color (decimal): -2533432 or 13129689. OLE color: 13129689.
HSL color Cylindrical-coordinate representation of color #D957C8: hue angle of 307.85º 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 #D957C8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 200 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.15 |
| HSL | 307.85º | 0.63% | 0.6% | - |
| HSV(B) | 307.85º | 0.6% | 0.85% | - |
| XYZ | 42.45 | 25.74 | 57.37 | - |
| YUV | 138.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 200 | 0 | 0.60 | 0.08 | 0.15 | 307.85 | 0.63 | 0.6 |
| Hex | D9 | 57 | C8 | 0 | 3C | 8 | F | 134 | 3F | 3C |
| Octal | 331 | 127 | 310 | 0 | 74 | 10 | 17 | 464 | 77 | 74 |
| Binary | 11011001 | 1010111 | 11001000 | 0 | 111100 | 1000 | 1111 | 100110100 | 111111 | 111100 |
Color Harmonies of #D957C8
Complementary color
Monochromatic Colors of #D957C8
Black with #D957C8
Text Example
Text Example
White with #D957C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957C8; }
p { color: rgb(217,87,200); }
H1.HeaderClassName
{
color: #D957C8;
}
.AnyTagClassName
{
color: #D957C8;
}
</style>
background-color css
<style>
a { background-color: #D957C8; }
a { background-color: rgb(217,87,200); }
div.DivClassName
{
background-color: #D957C8;
}
.BgClassName
{
background-color: #D957C8;
}
</style>
border-color css
<style>
span { border-color: #D957C8; }
span { border-color: rgb(217,87,200); }
td.TdClassName
{
border-color: #D957C8;
}
.TagClassName
{
border-color: #D957C8;
}
</style>