Html Css Color HEX #DE59E2 Free Speech Magenta
📋 copy color: '#DE59E2'red 222 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #DE59E2
Tints of Free Speech Magenta #DE59E2
RGB
CMYK
RGB Variations
Color information
#DE59E2 (or 0xDE59E2) is known color: Free Speech Magenta. HEX triplet: DE, 59 and E2. RGB value is (222,89,226). Sum of RGB (Red+Green+Blue) = 222+89+226=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59E2 is #21A61D. Grayscale: #8F8F8F. Windows color (decimal): -2205214 or 14834142. OLE color: 14834142.
HSL color Cylindrical-coordinate representation of color #DE59E2: hue angle of 298.25º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE59E2 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 89 | 226 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.11 |
| HSL | 298.25º | 0.7% | 0.62% | - |
| HSV(B) | 298.25º | 0.61% | 0.89% | - |
| XYZ | 47.42 | 28.17 | 74.89 | - |
| YUV | 144.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 226 | 0.02 | 0.61 | 0 | 0.11 | 298.25 | 0.7 | 0.62 |
| Hex | DE | 59 | E2 | 2 | 3D | 0 | B | 12A | 46 | 3E |
| Octal | 336 | 131 | 342 | 2 | 75 | 0 | 13 | 452 | 106 | 76 |
| Binary | 11011110 | 1011001 | 11100010 | 10 | 111101 | 0 | 1011 | 100101010 | 1000110 | 111110 |
Color Harmonies of #DE59E2
Complementary color
Monochromatic Colors of #DE59E2
Black with #DE59E2
Text Example
Text Example
White with #DE59E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE59E2; }
p { color: rgb(222,89,226); }
H1.HeaderClassName
{
color: #DE59E2;
}
.AnyTagClassName
{
color: #DE59E2;
}
</style>
background-color css
<style>
a { background-color: #DE59E2; }
a { background-color: rgb(222,89,226); }
div.DivClassName
{
background-color: #DE59E2;
}
.BgClassName
{
background-color: #DE59E2;
}
</style>
border-color css
<style>
span { border-color: #DE59E2; }
span { border-color: rgb(222,89,226); }
td.TdClassName
{
border-color: #DE59E2;
}
.TagClassName
{
border-color: #DE59E2;
}
</style>