Html Css Color HEX #DE56E5 Free Speech Magenta
📋 copy color: '#DE56E5'red 222 ◦ green 86 ◦ blue 229
Shades of Free Speech Magenta #DE56E5
Tints of Free Speech Magenta #DE56E5
RGB
CMYK
RGB Variations
Color information
#DE56E5 (or 0xDE56E5) is known color: Free Speech Magenta. HEX triplet: DE, 56 and E5. RGB value is (222,86,229). Sum of RGB (Red+Green+Blue) = 222+86+229=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE56E5 is #21A91A. Grayscale: #8E8E8E. Windows color (decimal): -2205979 or 15029982. OLE color: 15029982.
HSL color Cylindrical-coordinate representation of color #DE56E5: hue angle of 297.06º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE56E5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 86 | 229 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.10 |
| HSL | 297.06º | 0.73% | 0.62% | - |
| HSV(B) | 297.06º | 0.62% | 0.9% | - |
| XYZ | 47.59 | 27.84 | 76.99 | - |
| YUV | 142.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 229 | 0.03 | 0.62 | 0 | 0.10 | 297.06 | 0.73 | 0.62 |
| Hex | DE | 56 | E5 | 3 | 3E | 0 | A | 129 | 49 | 3E |
| Octal | 336 | 126 | 345 | 3 | 76 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011110 | 1010110 | 11100101 | 11 | 111110 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DE56E5
Complementary color
Monochromatic Colors of #DE56E5
Black with #DE56E5
Text Example
Text Example
White with #DE56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE56E5; }
p { color: rgb(222,86,229); }
H1.HeaderClassName
{
color: #DE56E5;
}
.AnyTagClassName
{
color: #DE56E5;
}
</style>
background-color css
<style>
a { background-color: #DE56E5; }
a { background-color: rgb(222,86,229); }
div.DivClassName
{
background-color: #DE56E5;
}
.BgClassName
{
background-color: #DE56E5;
}
</style>
border-color css
<style>
span { border-color: #DE56E5; }
span { border-color: rgb(222,86,229); }
td.TdClassName
{
border-color: #DE56E5;
}
.TagClassName
{
border-color: #DE56E5;
}
</style>