Html Css Color HEX #D856EE Free Speech Magenta
📋 copy color: '#D856EE'red 216 ◦ green 86 ◦ blue 238
Shades of Free Speech Magenta #D856EE
Tints of Free Speech Magenta #D856EE
RGB
CMYK
RGB Variations
Color information
#D856EE (or 0xD856EE) is known color: Free Speech Magenta. HEX triplet: D8, 56 and EE. RGB value is (216,86,238). Sum of RGB (Red+Green+Blue) = 216+86+238=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #D856EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D856EE is #27A911. Grayscale: #8D8D8D. Windows color (decimal): -2599186 or 15619800. OLE color: 15619800.
HSL color Cylindrical-coordinate representation of color #D856EE: hue angle of 291.32º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D856EE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 86 | 238 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.07 |
| HSL | 291.32º | 0.82% | 0.64% | - |
| HSV(B) | 291.32º | 0.64% | 0.93% | - |
| XYZ | 47.08 | 27.43 | 83.7 | - |
| YUV | 142.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 238 | 0.09 | 0.64 | 0 | 0.07 | 291.32 | 0.82 | 0.64 |
| Hex | D8 | 56 | EE | 9 | 40 | 0 | 7 | 123 | 52 | 40 |
| Octal | 330 | 126 | 356 | 11 | 100 | 0 | 7 | 443 | 122 | 100 |
| Binary | 11011000 | 1010110 | 11101110 | 1001 | 1000000 | 0 | 111 | 100100011 | 1010010 | 1000000 |
Color Harmonies of #D856EE
Complementary color
Monochromatic Colors of #D856EE
Black with #D856EE
Text Example
Text Example
White with #D856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856EE; }
p { color: rgb(216,86,238); }
H1.HeaderClassName
{
color: #D856EE;
}
.AnyTagClassName
{
color: #D856EE;
}
</style>
background-color css
<style>
a { background-color: #D856EE; }
a { background-color: rgb(216,86,238); }
div.DivClassName
{
background-color: #D856EE;
}
.BgClassName
{
background-color: #D856EE;
}
</style>
border-color css
<style>
span { border-color: #D856EE; }
span { border-color: rgb(216,86,238); }
td.TdClassName
{
border-color: #D856EE;
}
.TagClassName
{
border-color: #D856EE;
}
</style>