Html Css Color HEX #D855EC Free Speech Magenta
📋 copy color: '#D855EC'red 216 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #D855EC
Tints of Free Speech Magenta #D855EC
RGB
CMYK
RGB Variations
Color information
#D855EC (or 0xD855EC) is known color: Free Speech Magenta. HEX triplet: D8, 55 and EC. RGB value is (216,85,236). Sum of RGB (Red+Green+Blue) = 216+85+236=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #D855EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855EC is #27AA13. Grayscale: #8C8C8C. Windows color (decimal): -2599444 or 15488472. OLE color: 15488472.
HSL color Cylindrical-coordinate representation of color #D855EC: hue angle of 292.05º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D855EC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 85 | 236 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.07 |
| HSL | 292.05º | 0.8% | 0.63% | - |
| HSV(B) | 292.05º | 0.64% | 0.93% | - |
| XYZ | 46.71 | 27.15 | 82.14 | - |
| YUV | 141.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 236 | 0.08 | 0.64 | 0 | 0.07 | 292.05 | 0.8 | 0.63 |
| Hex | D8 | 55 | EC | 8 | 40 | 0 | 7 | 124 | 50 | 3F |
| Octal | 330 | 125 | 354 | 10 | 100 | 0 | 7 | 444 | 120 | 77 |
| Binary | 11011000 | 1010101 | 11101100 | 1000 | 1000000 | 0 | 111 | 100100100 | 1010000 | 111111 |
Color Harmonies of #D855EC
Complementary color
Monochromatic Colors of #D855EC
Black with #D855EC
Text Example
Text Example
White with #D855EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855EC; }
p { color: rgb(216,85,236); }
H1.HeaderClassName
{
color: #D855EC;
}
.AnyTagClassName
{
color: #D855EC;
}
</style>
background-color css
<style>
a { background-color: #D855EC; }
a { background-color: rgb(216,85,236); }
div.DivClassName
{
background-color: #D855EC;
}
.BgClassName
{
background-color: #D855EC;
}
</style>
border-color css
<style>
span { border-color: #D855EC; }
span { border-color: rgb(216,85,236); }
td.TdClassName
{
border-color: #D855EC;
}
.TagClassName
{
border-color: #D855EC;
}
</style>