Html Css Color HEX #D960DF Free Speech Magenta
📋 copy color: '#D960DF'red 217 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #D960DF
Tints of Free Speech Magenta #D960DF
RGB
CMYK
RGB Variations
Color information
#D960DF (or 0xD960DF) is known color: Free Speech Magenta. HEX triplet: D9, 60 and DF. RGB value is (217,96,223). Sum of RGB (Red+Green+Blue) = 217+96+223=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D960DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960DF is #269F20. Grayscale: #929292. Windows color (decimal): -2531105 or 14639321. OLE color: 14639321.
HSL color Cylindrical-coordinate representation of color #D960DF: hue angle of 297.17º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D960DF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 96 | 223 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.13 |
| HSL | 297.17º | 0.66% | 0.63% | - |
| HSV(B) | 297.17º | 0.57% | 0.87% | - |
| XYZ | 46.12 | 28.45 | 72.87 | - |
| YUV | 146.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 223 | 0.03 | 0.57 | 0 | 0.13 | 297.17 | 0.66 | 0.63 |
| Hex | D9 | 60 | DF | 3 | 39 | 0 | D | 129 | 42 | 3F |
| Octal | 331 | 140 | 337 | 3 | 71 | 0 | 15 | 451 | 102 | 77 |
| Binary | 11011001 | 1100000 | 11011111 | 11 | 111001 | 0 | 1101 | 100101001 | 1000010 | 111111 |
Color Harmonies of #D960DF
Complementary color
Monochromatic Colors of #D960DF
Black with #D960DF
Text Example
Text Example
White with #D960DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960DF; }
p { color: rgb(217,96,223); }
H1.HeaderClassName
{
color: #D960DF;
}
.AnyTagClassName
{
color: #D960DF;
}
</style>
background-color css
<style>
a { background-color: #D960DF; }
a { background-color: rgb(217,96,223); }
div.DivClassName
{
background-color: #D960DF;
}
.BgClassName
{
background-color: #D960DF;
}
</style>
border-color css
<style>
span { border-color: #D960DF; }
span { border-color: rgb(217,96,223); }
td.TdClassName
{
border-color: #D960DF;
}
.TagClassName
{
border-color: #D960DF;
}
</style>