Html Css Color HEX #DE59E1 Free Speech Magenta
📋 copy color: '#DE59E1'red 222 ◦ green 89 ◦ blue 225
Shades of Free Speech Magenta #DE59E1
Tints of Free Speech Magenta #DE59E1
RGB
CMYK
RGB Variations
Color information
#DE59E1 (or 0xDE59E1) is known color: Free Speech Magenta. HEX triplet: DE, 59 and E1. RGB value is (222,89,225). Sum of RGB (Red+Green+Blue) = 222+89+225=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59E1 is #21A61E. Grayscale: #8F8F8F. Windows color (decimal): -2205215 or 14768606. OLE color: 14768606.
HSL color Cylindrical-coordinate representation of color #DE59E1: hue angle of 298.68º 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 #DE59E1 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 89 | 225 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.12 |
| HSL | 298.68º | 0.69% | 0.62% | - |
| HSV(B) | 298.68º | 0.6% | 0.88% | - |
| XYZ | 47.29 | 28.11 | 74.17 | - |
| YUV | 144.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 225 | 0.01 | 0.60 | 0 | 0.12 | 298.68 | 0.69 | 0.62 |
| Hex | DE | 59 | E1 | 1 | 3C | 0 | C | 12B | 45 | 3E |
| Octal | 336 | 131 | 341 | 1 | 74 | 0 | 14 | 453 | 105 | 76 |
| Binary | 11011110 | 1011001 | 11100001 | 1 | 111100 | 0 | 1100 | 100101011 | 1000101 | 111110 |
Color Harmonies of #DE59E1
Complementary color
Monochromatic Colors of #DE59E1
Black with #DE59E1
Text Example
Text Example
White with #DE59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE59E1; }
p { color: rgb(222,89,225); }
H1.HeaderClassName
{
color: #DE59E1;
}
.AnyTagClassName
{
color: #DE59E1;
}
</style>
background-color css
<style>
a { background-color: #DE59E1; }
a { background-color: rgb(222,89,225); }
div.DivClassName
{
background-color: #DE59E1;
}
.BgClassName
{
background-color: #DE59E1;
}
</style>
border-color css
<style>
span { border-color: #DE59E1; }
span { border-color: rgb(222,89,225); }
td.TdClassName
{
border-color: #DE59E1;
}
.TagClassName
{
border-color: #DE59E1;
}
</style>