Html Css Color HEX #DE35EE Free Speech Magenta
📋 copy color: '#DE35EE'red 222 ◦ green 53 ◦ blue 238
Shades of Free Speech Magenta #DE35EE
Tints of Free Speech Magenta #DE35EE
RGB
CMYK
RGB Variations
Color information
#DE35EE (or 0xDE35EE) is known color: Free Speech Magenta. HEX triplet: DE, 35 and EE. RGB value is (222,53,238). Sum of RGB (Red+Green+Blue) = 222+53+238=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 53 (21.09% from 255 or 10.33% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE35EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE35EE is #21CA11. Grayscale: #7C7C7C. Windows color (decimal): -2214418 or 15611358. OLE color: 15611358.
HSL color Cylindrical-coordinate representation of color #DE35EE: hue angle of 294.81º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE35EE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 53 | 238 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.07 |
| HSL | 294.81º | 0.84% | 0.57% | - |
| HSV(B) | 294.81º | 0.78% | 0.93% | - |
| XYZ | 46.83 | 24.25 | 83.1 | - |
| YUV | 124.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 238 | 0.07 | 0.78 | 0 | 0.07 | 294.81 | 0.84 | 0.57 |
| Hex | DE | 35 | EE | 7 | 4E | 0 | 7 | 127 | 54 | 39 |
| Octal | 336 | 65 | 356 | 7 | 116 | 0 | 7 | 447 | 124 | 71 |
| Binary | 11011110 | 110101 | 11101110 | 111 | 1001110 | 0 | 111 | 100100111 | 1010100 | 111001 |
Color Harmonies of #DE35EE
Complementary color
Monochromatic Colors of #DE35EE
Black with #DE35EE
Text Example
Text Example
White with #DE35EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE35EE; }
p { color: rgb(222,53,238); }
H1.HeaderClassName
{
color: #DE35EE;
}
.AnyTagClassName
{
color: #DE35EE;
}
</style>
background-color css
<style>
a { background-color: #DE35EE; }
a { background-color: rgb(222,53,238); }
div.DivClassName
{
background-color: #DE35EE;
}
.BgClassName
{
background-color: #DE35EE;
}
</style>
border-color css
<style>
span { border-color: #DE35EE; }
span { border-color: rgb(222,53,238); }
td.TdClassName
{
border-color: #DE35EE;
}
.TagClassName
{
border-color: #DE35EE;
}
</style>