Html Css Color HEX #D957D0 Free Speech Magenta
📋 copy color: '#D957D0'red 217 ◦ green 87 ◦ blue 208
Shades of Free Speech Magenta #D957D0
Tints of Free Speech Magenta #D957D0
RGB
CMYK
RGB Variations
Color information
#D957D0 (or 0xD957D0) is known color: Free Speech Magenta. HEX triplet: D9, 57 and D0. RGB value is (217,87,208). Sum of RGB (Red+Green+Blue) = 217+87+208=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D957D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957D0 is #26A82F. Grayscale: #8B8B8B. Windows color (decimal): -2533424 or 13653977. OLE color: 13653977.
HSL color Cylindrical-coordinate representation of color #D957D0: hue angle of 304.15º 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 #D957D0 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 208 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.15 |
| HSL | 304.15º | 0.63% | 0.6% | - |
| HSV(B) | 304.15º | 0.6% | 0.85% | - |
| XYZ | 43.41 | 26.12 | 62.43 | - |
| YUV | 139.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 208 | 0 | 0.60 | 0.04 | 0.15 | 304.15 | 0.63 | 0.6 |
| Hex | D9 | 57 | D0 | 0 | 3C | 4 | F | 130 | 3F | 3C |
| Octal | 331 | 127 | 320 | 0 | 74 | 4 | 17 | 460 | 77 | 74 |
| Binary | 11011001 | 1010111 | 11010000 | 0 | 111100 | 100 | 1111 | 100110000 | 111111 | 111100 |
Color Harmonies of #D957D0
Complementary color
Monochromatic Colors of #D957D0
Black with #D957D0
Text Example
Text Example
White with #D957D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957D0; }
p { color: rgb(217,87,208); }
H1.HeaderClassName
{
color: #D957D0;
}
.AnyTagClassName
{
color: #D957D0;
}
</style>
background-color css
<style>
a { background-color: #D957D0; }
a { background-color: rgb(217,87,208); }
div.DivClassName
{
background-color: #D957D0;
}
.BgClassName
{
background-color: #D957D0;
}
</style>
border-color css
<style>
span { border-color: #D957D0; }
span { border-color: rgb(217,87,208); }
td.TdClassName
{
border-color: #D957D0;
}
.TagClassName
{
border-color: #D957D0;
}
</style>