Html Css Color HEX #D955E9 Free Speech Magenta
📋 copy color: '#D955E9'red 217 ◦ green 85 ◦ blue 233
Shades of Free Speech Magenta #D955E9
Tints of Free Speech Magenta #D955E9
RGB
CMYK
RGB Variations
Color information
#D955E9 (or 0xD955E9) is known color: Free Speech Magenta. HEX triplet: D9, 55 and E9. RGB value is (217,85,233). Sum of RGB (Red+Green+Blue) = 217+85+233=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #D955E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955E9 is #26AA16. Grayscale: #8C8C8C. Windows color (decimal): -2533911 or 15291865. OLE color: 15291865.
HSL color Cylindrical-coordinate representation of color #D955E9: hue angle of 293.51º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D955E9 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 85 | 233 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.09 |
| HSL | 293.51º | 0.77% | 0.62% | - |
| HSV(B) | 293.51º | 0.64% | 0.91% | - |
| XYZ | 46.57 | 27.13 | 79.87 | - |
| YUV | 141.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 233 | 0.07 | 0.64 | 0 | 0.09 | 293.51 | 0.77 | 0.62 |
| Hex | D9 | 55 | E9 | 7 | 40 | 0 | 9 | 126 | 4D | 3E |
| Octal | 331 | 125 | 351 | 7 | 100 | 0 | 11 | 446 | 115 | 76 |
| Binary | 11011001 | 1010101 | 11101001 | 111 | 1000000 | 0 | 1001 | 100100110 | 1001101 | 111110 |
Color Harmonies of #D955E9
Complementary color
Monochromatic Colors of #D955E9
Black with #D955E9
Text Example
Text Example
White with #D955E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955E9; }
p { color: rgb(217,85,233); }
H1.HeaderClassName
{
color: #D955E9;
}
.AnyTagClassName
{
color: #D955E9;
}
</style>
background-color css
<style>
a { background-color: #D955E9; }
a { background-color: rgb(217,85,233); }
div.DivClassName
{
background-color: #D955E9;
}
.BgClassName
{
background-color: #D955E9;
}
</style>
border-color css
<style>
span { border-color: #D955E9; }
span { border-color: rgb(217,85,233); }
td.TdClassName
{
border-color: #D955E9;
}
.TagClassName
{
border-color: #D955E9;
}
</style>