Html Css Color HEX #D855E8 Free Speech Magenta
📋 copy color: '#D855E8'red 216 ◦ green 85 ◦ blue 232
Shades of Free Speech Magenta #D855E8
Tints of Free Speech Magenta #D855E8
RGB
CMYK
RGB Variations
Color information
#D855E8 (or 0xD855E8) is known color: Free Speech Magenta. HEX triplet: D8, 55 and E8. RGB value is (216,85,232). Sum of RGB (Red+Green+Blue) = 216+85+232=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #D855E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855E8 is #27AA17. Grayscale: #8C8C8C. Windows color (decimal): -2599448 or 15226328. OLE color: 15226328.
HSL color Cylindrical-coordinate representation of color #D855E8: hue angle of 293.47º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D855E8 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 85 | 232 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.09 |
| HSL | 293.47º | 0.76% | 0.62% | - |
| HSV(B) | 293.47º | 0.63% | 0.91% | - |
| XYZ | 46.13 | 26.92 | 79.11 | - |
| YUV | 140.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 232 | 0.07 | 0.63 | 0 | 0.09 | 293.47 | 0.76 | 0.62 |
| Hex | D8 | 55 | E8 | 7 | 3F | 0 | 9 | 125 | 4C | 3E |
| Octal | 330 | 125 | 350 | 7 | 77 | 0 | 11 | 445 | 114 | 76 |
| Binary | 11011000 | 1010101 | 11101000 | 111 | 111111 | 0 | 1001 | 100100101 | 1001100 | 111110 |
Color Harmonies of #D855E8
Complementary color
Monochromatic Colors of #D855E8
Black with #D855E8
Text Example
Text Example
White with #D855E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855E8; }
p { color: rgb(216,85,232); }
H1.HeaderClassName
{
color: #D855E8;
}
.AnyTagClassName
{
color: #D855E8;
}
</style>
background-color css
<style>
a { background-color: #D855E8; }
a { background-color: rgb(216,85,232); }
div.DivClassName
{
background-color: #D855E8;
}
.BgClassName
{
background-color: #D855E8;
}
</style>
border-color css
<style>
span { border-color: #D855E8; }
span { border-color: rgb(216,85,232); }
td.TdClassName
{
border-color: #D855E8;
}
.TagClassName
{
border-color: #D855E8;
}
</style>