Html Css Color HEX #D961D7 Free Speech Magenta
📋 copy color: '#D961D7'red 217 ◦ green 97 ◦ blue 215
Shades of Free Speech Magenta #D961D7
Tints of Free Speech Magenta #D961D7
RGB
CMYK
RGB Variations
Color information
#D961D7 (or 0xD961D7) is known color: Free Speech Magenta. HEX triplet: D9, 61 and D7. RGB value is (217,97,215). Sum of RGB (Red+Green+Blue) = 217+97+215=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D7 is #269E28. Grayscale: #919191. Windows color (decimal): -2530857 or 14115289. OLE color: 14115289.
HSL color Cylindrical-coordinate representation of color #D961D7: hue angle of 301º 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 #D961D7 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 215 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.15 |
| HSL | 301º | 0.61% | 0.62% | - |
| HSV(B) | 301º | 0.55% | 0.85% | - |
| XYZ | 45.16 | 28.21 | 67.35 | - |
| YUV | 146.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 215 | 0 | 0.55 | 0.01 | 0.15 | 301 | 0.61 | 0.62 |
| Hex | D9 | 61 | D7 | 0 | 37 | 1 | F | 12D | 3D | 3E |
| Octal | 331 | 141 | 327 | 0 | 67 | 1 | 17 | 455 | 75 | 76 |
| Binary | 11011001 | 1100001 | 11010111 | 0 | 110111 | 1 | 1111 | 100101101 | 111101 | 111110 |
Color Harmonies of #D961D7
Complementary color
Monochromatic Colors of #D961D7
Black with #D961D7
Text Example
Text Example
White with #D961D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961D7; }
p { color: rgb(217,97,215); }
H1.HeaderClassName
{
color: #D961D7;
}
.AnyTagClassName
{
color: #D961D7;
}
</style>
background-color css
<style>
a { background-color: #D961D7; }
a { background-color: rgb(217,97,215); }
div.DivClassName
{
background-color: #D961D7;
}
.BgClassName
{
background-color: #D961D7;
}
</style>
border-color css
<style>
span { border-color: #D961D7; }
span { border-color: rgb(217,97,215); }
td.TdClassName
{
border-color: #D961D7;
}
.TagClassName
{
border-color: #D961D7;
}
</style>