Html Css Color HEX #DE62E5 Free Speech Magenta
📋 copy color: '#DE62E5'red 222 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #DE62E5
Tints of Free Speech Magenta #DE62E5
RGB
CMYK
RGB Variations
Color information
#DE62E5 (or 0xDE62E5) is known color: Free Speech Magenta. HEX triplet: DE, 62 and E5. RGB value is (222,98,229). Sum of RGB (Red+Green+Blue) = 222+98+229=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE62E5 is #219D1A. Grayscale: #959595. Windows color (decimal): -2202907 or 15033054. OLE color: 15033054.
HSL color Cylindrical-coordinate representation of color #DE62E5: hue angle of 296.79º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE62E5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 98 | 229 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.10 |
| HSL | 296.79º | 0.72% | 0.64% | - |
| HSV(B) | 296.79º | 0.57% | 0.9% | - |
| XYZ | 48.63 | 29.92 | 77.34 | - |
| YUV | 150.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 229 | 0.03 | 0.57 | 0 | 0.10 | 296.79 | 0.72 | 0.64 |
| Hex | DE | 62 | E5 | 3 | 39 | 0 | A | 129 | 48 | 40 |
| Octal | 336 | 142 | 345 | 3 | 71 | 0 | 12 | 451 | 110 | 100 |
| Binary | 11011110 | 1100010 | 11100101 | 11 | 111001 | 0 | 1010 | 100101001 | 1001000 | 1000000 |
Color Harmonies of #DE62E5
Complementary color
Monochromatic Colors of #DE62E5
Black with #DE62E5
Text Example
Text Example
White with #DE62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE62E5; }
p { color: rgb(222,98,229); }
H1.HeaderClassName
{
color: #DE62E5;
}
.AnyTagClassName
{
color: #DE62E5;
}
</style>
background-color css
<style>
a { background-color: #DE62E5; }
a { background-color: rgb(222,98,229); }
div.DivClassName
{
background-color: #DE62E5;
}
.BgClassName
{
background-color: #DE62E5;
}
</style>
border-color css
<style>
span { border-color: #DE62E5; }
span { border-color: rgb(222,98,229); }
td.TdClassName
{
border-color: #DE62E5;
}
.TagClassName
{
border-color: #DE62E5;
}
</style>