Html Css Color HEX #D960E5 Free Speech Magenta
📋 copy color: '#D960E5'red 217 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #D960E5
Tints of Free Speech Magenta #D960E5
RGB
CMYK
RGB Variations
Color information
#D960E5 (or 0xD960E5) is known color: Free Speech Magenta. HEX triplet: D9, 60 and E5. RGB value is (217,96,229). Sum of RGB (Red+Green+Blue) = 217+96+229=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #D960E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960E5 is #269F1A. Grayscale: #929292. Windows color (decimal): -2531099 or 15032537. OLE color: 15032537.
HSL color Cylindrical-coordinate representation of color #D960E5: hue angle of 294.59º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D960E5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 96 | 229 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.10 |
| HSL | 294.59º | 0.72% | 0.64% | - |
| HSV(B) | 294.59º | 0.58% | 0.9% | - |
| XYZ | 46.94 | 28.77 | 77.21 | - |
| YUV | 147.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 229 | 0.05 | 0.58 | 0 | 0.10 | 294.59 | 0.72 | 0.64 |
| Hex | D9 | 60 | E5 | 5 | 3A | 0 | A | 127 | 48 | 40 |
| Octal | 331 | 140 | 345 | 5 | 72 | 0 | 12 | 447 | 110 | 100 |
| Binary | 11011001 | 1100000 | 11100101 | 101 | 111010 | 0 | 1010 | 100100111 | 1001000 | 1000000 |
Color Harmonies of #D960E5
Complementary color
Monochromatic Colors of #D960E5
Black with #D960E5
Text Example
Text Example
White with #D960E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960E5; }
p { color: rgb(217,96,229); }
H1.HeaderClassName
{
color: #D960E5;
}
.AnyTagClassName
{
color: #D960E5;
}
</style>
background-color css
<style>
a { background-color: #D960E5; }
a { background-color: rgb(217,96,229); }
div.DivClassName
{
background-color: #D960E5;
}
.BgClassName
{
background-color: #D960E5;
}
</style>
border-color css
<style>
span { border-color: #D960E5; }
span { border-color: rgb(217,96,229); }
td.TdClassName
{
border-color: #D960E5;
}
.TagClassName
{
border-color: #D960E5;
}
</style>