Html Css Color HEX #D955EA Free Speech Magenta
📋 copy color: '#D955EA'red 217 ◦ green 85 ◦ blue 234
Shades of Free Speech Magenta #D955EA
Tints of Free Speech Magenta #D955EA
RGB
CMYK
RGB Variations
Color information
#D955EA (or 0xD955EA) is known color: Free Speech Magenta. HEX triplet: D9, 55 and EA. RGB value is (217,85,234). Sum of RGB (Red+Green+Blue) = 217+85+234=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #D955EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955EA is #26AA15. Grayscale: #8C8C8C. Windows color (decimal): -2533910 or 15357401. OLE color: 15357401.
HSL color Cylindrical-coordinate representation of color #D955EA: hue angle of 293.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D955EA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 85 | 234 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.08 |
| HSL | 293.15º | 0.78% | 0.63% | - |
| HSV(B) | 293.15º | 0.64% | 0.92% | - |
| XYZ | 46.72 | 27.19 | 80.63 | - |
| YUV | 141.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 234 | 0.07 | 0.64 | 0 | 0.08 | 293.15 | 0.78 | 0.63 |
| Hex | D9 | 55 | EA | 7 | 40 | 0 | 8 | 125 | 4E | 3F |
| Octal | 331 | 125 | 352 | 7 | 100 | 0 | 10 | 445 | 116 | 77 |
| Binary | 11011001 | 1010101 | 11101010 | 111 | 1000000 | 0 | 1000 | 100100101 | 1001110 | 111111 |
Color Harmonies of #D955EA
Complementary color
Monochromatic Colors of #D955EA
Black with #D955EA
Text Example
Text Example
White with #D955EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955EA; }
p { color: rgb(217,85,234); }
H1.HeaderClassName
{
color: #D955EA;
}
.AnyTagClassName
{
color: #D955EA;
}
</style>
background-color css
<style>
a { background-color: #D955EA; }
a { background-color: rgb(217,85,234); }
div.DivClassName
{
background-color: #D955EA;
}
.BgClassName
{
background-color: #D955EA;
}
</style>
border-color css
<style>
span { border-color: #D955EA; }
span { border-color: rgb(217,85,234); }
td.TdClassName
{
border-color: #D955EA;
}
.TagClassName
{
border-color: #D955EA;
}
</style>