Html Css Color HEX #DE51E0 Free Speech Magenta
📋 copy color: '#DE51E0'red 222 ◦ green 81 ◦ blue 224
Shades of Free Speech Magenta #DE51E0
Tints of Free Speech Magenta #DE51E0
RGB
CMYK
RGB Variations
Color information
#DE51E0 (or 0xDE51E0) is known color: Free Speech Magenta. HEX triplet: DE, 51 and E0. RGB value is (222,81,224). Sum of RGB (Red+Green+Blue) = 222+81+224=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE51E0 is #21AE1F. Grayscale: #8B8B8B. Windows color (decimal): -2207264 or 14701022. OLE color: 14701022.
HSL color Cylindrical-coordinate representation of color #DE51E0: hue angle of 299.16º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE51E0 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 81 | 224 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.12 |
| HSL | 299.16º | 0.7% | 0.6% | - |
| HSV(B) | 299.16º | 0.64% | 0.88% | - |
| XYZ | 46.52 | 26.8 | 73.24 | - |
| YUV | 139.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 224 | 0.01 | 0.64 | 0 | 0.12 | 299.16 | 0.7 | 0.6 |
| Hex | DE | 51 | E0 | 1 | 40 | 0 | C | 12B | 46 | 3C |
| Octal | 336 | 121 | 340 | 1 | 100 | 0 | 14 | 453 | 106 | 74 |
| Binary | 11011110 | 1010001 | 11100000 | 1 | 1000000 | 0 | 1100 | 100101011 | 1000110 | 111100 |
Color Harmonies of #DE51E0
Complementary color
Monochromatic Colors of #DE51E0
Black with #DE51E0
Text Example
Text Example
White with #DE51E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE51E0; }
p { color: rgb(222,81,224); }
H1.HeaderClassName
{
color: #DE51E0;
}
.AnyTagClassName
{
color: #DE51E0;
}
</style>
background-color css
<style>
a { background-color: #DE51E0; }
a { background-color: rgb(222,81,224); }
div.DivClassName
{
background-color: #DE51E0;
}
.BgClassName
{
background-color: #DE51E0;
}
</style>
border-color css
<style>
span { border-color: #DE51E0; }
span { border-color: rgb(222,81,224); }
td.TdClassName
{
border-color: #DE51E0;
}
.TagClassName
{
border-color: #DE51E0;
}
</style>