Html Css Color HEX #DE33EF Free Speech Magenta
📋 copy color: '#DE33EF'red 222 ◦ green 51 ◦ blue 239
Shades of Free Speech Magenta #DE33EF
Tints of Free Speech Magenta #DE33EF
RGB
CMYK
RGB Variations
Color information
#DE33EF (or 0xDE33EF) is known color: Free Speech Magenta. HEX triplet: DE, 33 and EF. RGB value is (222,51,239). Sum of RGB (Red+Green+Blue) = 222+51+239=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE33EF is #21CC10. Grayscale: #7A7A7A. Windows color (decimal): -2214929 or 15676382. OLE color: 15676382.
HSL color Cylindrical-coordinate representation of color #DE33EF: hue angle of 294.57º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE33EF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 51 | 239 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.06 |
| HSL | 294.57º | 0.85% | 0.57% | - |
| HSV(B) | 294.57º | 0.79% | 0.94% | - |
| XYZ | 46.89 | 24.13 | 83.85 | - |
| YUV | 123.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 239 | 0.07 | 0.79 | 0 | 0.06 | 294.57 | 0.85 | 0.57 |
| Hex | DE | 33 | EF | 7 | 4F | 0 | 6 | 127 | 55 | 39 |
| Octal | 336 | 63 | 357 | 7 | 117 | 0 | 6 | 447 | 125 | 71 |
| Binary | 11011110 | 110011 | 11101111 | 111 | 1001111 | 0 | 110 | 100100111 | 1010101 | 111001 |
Color Harmonies of #DE33EF
Complementary color
Monochromatic Colors of #DE33EF
Black with #DE33EF
Text Example
Text Example
White with #DE33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE33EF; }
p { color: rgb(222,51,239); }
H1.HeaderClassName
{
color: #DE33EF;
}
.AnyTagClassName
{
color: #DE33EF;
}
</style>
background-color css
<style>
a { background-color: #DE33EF; }
a { background-color: rgb(222,51,239); }
div.DivClassName
{
background-color: #DE33EF;
}
.BgClassName
{
background-color: #DE33EF;
}
</style>
border-color css
<style>
span { border-color: #DE33EF; }
span { border-color: rgb(222,51,239); }
td.TdClassName
{
border-color: #DE33EF;
}
.TagClassName
{
border-color: #DE33EF;
}
</style>