Html Css Color HEX #D957D2 Free Speech Magenta
📋 copy color: '#D957D2'red 217 ◦ green 87 ◦ blue 210
Shades of Free Speech Magenta #D957D2
Tints of Free Speech Magenta #D957D2
RGB
CMYK
RGB Variations
Color information
#D957D2 (or 0xD957D2) is known color: Free Speech Magenta. HEX triplet: D9, 57 and D2. RGB value is (217,87,210). Sum of RGB (Red+Green+Blue) = 217+87+210=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D957D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957D2 is #26A82D. Grayscale: #8B8B8B. Windows color (decimal): -2533422 or 13785049. OLE color: 13785049.
HSL color Cylindrical-coordinate representation of color #D957D2: hue angle of 303.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 #D957D2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 210 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.15 |
| HSL | 303.23º | 0.63% | 0.6% | - |
| HSV(B) | 303.23º | 0.6% | 0.85% | - |
| XYZ | 43.66 | 26.22 | 63.73 | - |
| YUV | 139.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 210 | 0 | 0.60 | 0.03 | 0.15 | 303.23 | 0.63 | 0.6 |
| Hex | D9 | 57 | D2 | 0 | 3C | 3 | F | 12F | 3F | 3C |
| Octal | 331 | 127 | 322 | 0 | 74 | 3 | 17 | 457 | 77 | 74 |
| Binary | 11011001 | 1010111 | 11010010 | 0 | 111100 | 11 | 1111 | 100101111 | 111111 | 111100 |
Color Harmonies of #D957D2
Complementary color
Monochromatic Colors of #D957D2
Black with #D957D2
Text Example
Text Example
White with #D957D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957D2; }
p { color: rgb(217,87,210); }
H1.HeaderClassName
{
color: #D957D2;
}
.AnyTagClassName
{
color: #D957D2;
}
</style>
background-color css
<style>
a { background-color: #D957D2; }
a { background-color: rgb(217,87,210); }
div.DivClassName
{
background-color: #D957D2;
}
.BgClassName
{
background-color: #D957D2;
}
</style>
border-color css
<style>
span { border-color: #D957D2; }
span { border-color: rgb(217,87,210); }
td.TdClassName
{
border-color: #D957D2;
}
.TagClassName
{
border-color: #D957D2;
}
</style>