Html Css Color HEX #DE57E5 Free Speech Magenta
📋 copy color: '#DE57E5'red 222 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #DE57E5
Tints of Free Speech Magenta #DE57E5
RGB
CMYK
RGB Variations
Color information
#DE57E5 (or 0xDE57E5) is known color: Free Speech Magenta. HEX triplet: DE, 57 and E5. RGB value is (222,87,229). Sum of RGB (Red+Green+Blue) = 222+87+229=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE57E5 is #21A81A. Grayscale: #8F8F8F. Windows color (decimal): -2205723 or 15030238. OLE color: 15030238.
HSL color Cylindrical-coordinate representation of color #DE57E5: hue angle of 297.04º 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 #DE57E5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 87 | 229 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.10 |
| HSL | 297.04º | 0.73% | 0.62% | - |
| HSV(B) | 297.04º | 0.62% | 0.9% | - |
| XYZ | 47.68 | 28 | 77.02 | - |
| YUV | 143.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 229 | 0.03 | 0.62 | 0 | 0.10 | 297.04 | 0.73 | 0.62 |
| Hex | DE | 57 | E5 | 3 | 3E | 0 | A | 129 | 49 | 3E |
| Octal | 336 | 127 | 345 | 3 | 76 | 0 | 12 | 451 | 111 | 76 |
| Binary | 11011110 | 1010111 | 11100101 | 11 | 111110 | 0 | 1010 | 100101001 | 1001001 | 111110 |
Color Harmonies of #DE57E5
Complementary color
Monochromatic Colors of #DE57E5
Black with #DE57E5
Text Example
Text Example
White with #DE57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE57E5; }
p { color: rgb(222,87,229); }
H1.HeaderClassName
{
color: #DE57E5;
}
.AnyTagClassName
{
color: #DE57E5;
}
</style>
background-color css
<style>
a { background-color: #DE57E5; }
a { background-color: rgb(222,87,229); }
div.DivClassName
{
background-color: #DE57E5;
}
.BgClassName
{
background-color: #DE57E5;
}
</style>
border-color css
<style>
span { border-color: #DE57E5; }
span { border-color: rgb(222,87,229); }
td.TdClassName
{
border-color: #DE57E5;
}
.TagClassName
{
border-color: #DE57E5;
}
</style>