Html Css Color HEX #DE62E7 Free Speech Magenta
📋 copy color: '#DE62E7'red 222 ◦ green 98 ◦ blue 231
Shades of Free Speech Magenta #DE62E7
Tints of Free Speech Magenta #DE62E7
RGB
CMYK
RGB Variations
Color information
#DE62E7 (or 0xDE62E7) is known color: Free Speech Magenta. HEX triplet: DE, 62 and E7. RGB value is (222,98,231). Sum of RGB (Red+Green+Blue) = 222+98+231=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE62E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE62E7 is #219D18. Grayscale: #959595. Windows color (decimal): -2202905 or 15164126. OLE color: 15164126.
HSL color Cylindrical-coordinate representation of color #DE62E7: hue angle of 295.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE62E7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 98 | 231 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.09 |
| HSL | 295.94º | 0.73% | 0.65% | - |
| HSV(B) | 295.94º | 0.58% | 0.91% | - |
| XYZ | 48.92 | 30.03 | 78.82 | - |
| YUV | 150.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 231 | 0.04 | 0.58 | 0 | 0.09 | 295.94 | 0.73 | 0.65 |
| Hex | DE | 62 | E7 | 4 | 3A | 0 | 9 | 128 | 49 | 41 |
| Octal | 336 | 142 | 347 | 4 | 72 | 0 | 11 | 450 | 111 | 101 |
| Binary | 11011110 | 1100010 | 11100111 | 100 | 111010 | 0 | 1001 | 100101000 | 1001001 | 1000001 |
Color Harmonies of #DE62E7
Complementary color
Monochromatic Colors of #DE62E7
Black with #DE62E7
Text Example
Text Example
White with #DE62E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE62E7; }
p { color: rgb(222,98,231); }
H1.HeaderClassName
{
color: #DE62E7;
}
.AnyTagClassName
{
color: #DE62E7;
}
</style>
background-color css
<style>
a { background-color: #DE62E7; }
a { background-color: rgb(222,98,231); }
div.DivClassName
{
background-color: #DE62E7;
}
.BgClassName
{
background-color: #DE62E7;
}
</style>
border-color css
<style>
span { border-color: #DE62E7; }
span { border-color: rgb(222,98,231); }
td.TdClassName
{
border-color: #DE62E7;
}
.TagClassName
{
border-color: #DE62E7;
}
</style>