Html Css Color HEX #DE40EF Free Speech Magenta
📋 copy color: '#DE40EF'red 222 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #DE40EF
Tints of Free Speech Magenta #DE40EF
RGB
CMYK
RGB Variations
Color information
#DE40EF (or 0xDE40EF) is known color: Free Speech Magenta. HEX triplet: DE, 40 and EF. RGB value is (222,64,239). Sum of RGB (Red+Green+Blue) = 222+64+239=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE40EF is #21BF10. Grayscale: #828282. Windows color (decimal): -2211601 or 15679710. OLE color: 15679710.
HSL color Cylindrical-coordinate representation of color #DE40EF: hue angle of 294.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE40EF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 64 | 239 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.06 |
| HSL | 294.17º | 0.85% | 0.59% | - |
| HSV(B) | 294.17º | 0.73% | 0.94% | - |
| XYZ | 47.54 | 25.43 | 84.06 | - |
| YUV | 131.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 239 | 0.07 | 0.73 | 0 | 0.06 | 294.17 | 0.85 | 0.59 |
| Hex | DE | 40 | EF | 7 | 49 | 0 | 6 | 126 | 55 | 3B |
| Octal | 336 | 100 | 357 | 7 | 111 | 0 | 6 | 446 | 125 | 73 |
| Binary | 11011110 | 1000000 | 11101111 | 111 | 1001001 | 0 | 110 | 100100110 | 1010101 | 111011 |
Color Harmonies of #DE40EF
Complementary color
Monochromatic Colors of #DE40EF
Black with #DE40EF
Text Example
Text Example
White with #DE40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40EF; }
p { color: rgb(222,64,239); }
H1.HeaderClassName
{
color: #DE40EF;
}
.AnyTagClassName
{
color: #DE40EF;
}
</style>
background-color css
<style>
a { background-color: #DE40EF; }
a { background-color: rgb(222,64,239); }
div.DivClassName
{
background-color: #DE40EF;
}
.BgClassName
{
background-color: #DE40EF;
}
</style>
border-color css
<style>
span { border-color: #DE40EF; }
span { border-color: rgb(222,64,239); }
td.TdClassName
{
border-color: #DE40EF;
}
.TagClassName
{
border-color: #DE40EF;
}
</style>