Html Css Color HEX #D859E1 Free Speech Magenta
📋 copy color: '#D859E1'red 216 ◦ green 89 ◦ blue 225
Shades of Free Speech Magenta #D859E1
Tints of Free Speech Magenta #D859E1
RGB
CMYK
RGB Variations
Color information
#D859E1 (or 0xD859E1) is known color: Free Speech Magenta. HEX triplet: D8, 59 and E1. RGB value is (216,89,225). Sum of RGB (Red+Green+Blue) = 216+89+225=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #D859E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859E1 is #27A61E. Grayscale: #8E8E8E. Windows color (decimal): -2598431 or 14768600. OLE color: 14768600.
HSL color Cylindrical-coordinate representation of color #D859E1: hue angle of 296.03º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D859E1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 89 | 225 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.12 |
| HSL | 296.03º | 0.69% | 0.62% | - |
| HSV(B) | 296.03º | 0.6% | 0.88% | - |
| XYZ | 45.48 | 27.18 | 74.08 | - |
| YUV | 142.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 225 | 0.04 | 0.60 | 0 | 0.12 | 296.03 | 0.69 | 0.62 |
| Hex | D8 | 59 | E1 | 4 | 3C | 0 | C | 128 | 45 | 3E |
| Octal | 330 | 131 | 341 | 4 | 74 | 0 | 14 | 450 | 105 | 76 |
| Binary | 11011000 | 1011001 | 11100001 | 100 | 111100 | 0 | 1100 | 100101000 | 1000101 | 111110 |
Color Harmonies of #D859E1
Complementary color
Monochromatic Colors of #D859E1
Black with #D859E1
Text Example
Text Example
White with #D859E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859E1; }
p { color: rgb(216,89,225); }
H1.HeaderClassName
{
color: #D859E1;
}
.AnyTagClassName
{
color: #D859E1;
}
</style>
background-color css
<style>
a { background-color: #D859E1; }
a { background-color: rgb(216,89,225); }
div.DivClassName
{
background-color: #D859E1;
}
.BgClassName
{
background-color: #D859E1;
}
</style>
border-color css
<style>
span { border-color: #D859E1; }
span { border-color: rgb(216,89,225); }
td.TdClassName
{
border-color: #D859E1;
}
.TagClassName
{
border-color: #D859E1;
}
</style>