Html Css Color HEX #D855EE Free Speech Magenta
📋 copy color: '#D855EE'red 216 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #D855EE
Tints of Free Speech Magenta #D855EE
RGB
CMYK
RGB Variations
Color information
#D855EE (or 0xD855EE) is known color: Free Speech Magenta. HEX triplet: D8, 55 and EE. RGB value is (216,85,238). Sum of RGB (Red+Green+Blue) = 216+85+238=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #D855EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855EE is #27AA11. Grayscale: #8D8D8D. Windows color (decimal): -2599442 or 15619544. OLE color: 15619544.
HSL color Cylindrical-coordinate representation of color #D855EE: hue angle of 291.37º degrees, saturation: 0.82, 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 #D855EE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 85 | 238 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.07 |
| HSL | 291.37º | 0.82% | 0.63% | - |
| HSV(B) | 291.37º | 0.64% | 0.93% | - |
| XYZ | 47 | 27.27 | 83.68 | - |
| YUV | 141.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 238 | 0.09 | 0.64 | 0 | 0.07 | 291.37 | 0.82 | 0.63 |
| Hex | D8 | 55 | EE | 9 | 40 | 0 | 7 | 123 | 52 | 3F |
| Octal | 330 | 125 | 356 | 11 | 100 | 0 | 7 | 443 | 122 | 77 |
| Binary | 11011000 | 1010101 | 11101110 | 1001 | 1000000 | 0 | 111 | 100100011 | 1010010 | 111111 |
Color Harmonies of #D855EE
Complementary color
Monochromatic Colors of #D855EE
Black with #D855EE
Text Example
Text Example
White with #D855EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855EE; }
p { color: rgb(216,85,238); }
H1.HeaderClassName
{
color: #D855EE;
}
.AnyTagClassName
{
color: #D855EE;
}
</style>
background-color css
<style>
a { background-color: #D855EE; }
a { background-color: rgb(216,85,238); }
div.DivClassName
{
background-color: #D855EE;
}
.BgClassName
{
background-color: #D855EE;
}
</style>
border-color css
<style>
span { border-color: #D855EE; }
span { border-color: rgb(216,85,238); }
td.TdClassName
{
border-color: #D855EE;
}
.TagClassName
{
border-color: #D855EE;
}
</style>