Html Css Color HEX #D961D8 Free Speech Magenta
📋 copy color: '#D961D8'red 217 ◦ green 97 ◦ blue 216
Shades of Free Speech Magenta #D961D8
Tints of Free Speech Magenta #D961D8
RGB
CMYK
RGB Variations
Color information
#D961D8 (or 0xD961D8) is known color: Free Speech Magenta. HEX triplet: D9, 61 and D8. RGB value is (217,97,216). Sum of RGB (Red+Green+Blue) = 217+97+216=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D8 is #269E27. Grayscale: #929292. Windows color (decimal): -2530856 or 14180825. OLE color: 14180825.
HSL color Cylindrical-coordinate representation of color #D961D8: hue angle of 300.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961D8 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 216 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.15 |
| HSL | 300.5º | 0.61% | 0.62% | - |
| HSV(B) | 300.5º | 0.55% | 0.85% | - |
| XYZ | 45.28 | 28.26 | 68.03 | - |
| YUV | 146.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 216 | 0 | 0.55 | 0.00 | 0.15 | 300.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | D8 | 0 | 37 | 0 | F | 12C | 3D | 3E |
| Octal | 331 | 141 | 330 | 0 | 67 | 0 | 17 | 454 | 75 | 76 |
| Binary | 11011001 | 1100001 | 11011000 | 0 | 110111 | 0 | 1111 | 100101100 | 111101 | 111110 |
Color Harmonies of #D961D8
Complementary color
Monochromatic Colors of #D961D8
Black with #D961D8
Text Example
Text Example
White with #D961D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961D8; }
p { color: rgb(217,97,216); }
H1.HeaderClassName
{
color: #D961D8;
}
.AnyTagClassName
{
color: #D961D8;
}
</style>
background-color css
<style>
a { background-color: #D961D8; }
a { background-color: rgb(217,97,216); }
div.DivClassName
{
background-color: #D961D8;
}
.BgClassName
{
background-color: #D961D8;
}
</style>
border-color css
<style>
span { border-color: #D961D8; }
span { border-color: rgb(217,97,216); }
td.TdClassName
{
border-color: #D961D8;
}
.TagClassName
{
border-color: #D961D8;
}
</style>