Html Css Color HEX #DE51E8 Free Speech Magenta
📋 copy color: '#DE51E8'red 222 ◦ green 81 ◦ blue 232
Shades of Free Speech Magenta #DE51E8
Tints of Free Speech Magenta #DE51E8
RGB
CMYK
RGB Variations
Color information
#DE51E8 (or 0xDE51E8) is known color: Free Speech Magenta. HEX triplet: DE, 51 and E8. RGB value is (222,81,232). Sum of RGB (Red+Green+Blue) = 222+81+232=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE51E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE51E8 is #21AE17. Grayscale: #8B8B8B. Windows color (decimal): -2207256 or 15225310. OLE color: 15225310.
HSL color Cylindrical-coordinate representation of color #DE51E8: hue angle of 296.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE51E8 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 81 | 232 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.09 |
| HSL | 296.03º | 0.77% | 0.61% | - |
| HSV(B) | 296.03º | 0.65% | 0.91% | - |
| XYZ | 47.63 | 27.24 | 79.09 | - |
| YUV | 140.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 232 | 0.04 | 0.65 | 0 | 0.09 | 296.03 | 0.77 | 0.61 |
| Hex | DE | 51 | E8 | 4 | 41 | 0 | 9 | 128 | 4D | 3D |
| Octal | 336 | 121 | 350 | 4 | 101 | 0 | 11 | 450 | 115 | 75 |
| Binary | 11011110 | 1010001 | 11101000 | 100 | 1000001 | 0 | 1001 | 100101000 | 1001101 | 111101 |
Color Harmonies of #DE51E8
Complementary color
Monochromatic Colors of #DE51E8
Black with #DE51E8
Text Example
Text Example
White with #DE51E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE51E8; }
p { color: rgb(222,81,232); }
H1.HeaderClassName
{
color: #DE51E8;
}
.AnyTagClassName
{
color: #DE51E8;
}
</style>
background-color css
<style>
a { background-color: #DE51E8; }
a { background-color: rgb(222,81,232); }
div.DivClassName
{
background-color: #DE51E8;
}
.BgClassName
{
background-color: #DE51E8;
}
</style>
border-color css
<style>
span { border-color: #DE51E8; }
span { border-color: rgb(222,81,232); }
td.TdClassName
{
border-color: #DE51E8;
}
.TagClassName
{
border-color: #DE51E8;
}
</style>