Html Css Color HEX #DE57EE Free Speech Magenta
📋 copy color: '#DE57EE'red 222 ◦ green 87 ◦ blue 238
Shades of Free Speech Magenta #DE57EE
Tints of Free Speech Magenta #DE57EE
RGB
CMYK
RGB Variations
Color information
#DE57EE (or 0xDE57EE) is known color: Free Speech Magenta. HEX triplet: DE, 57 and EE. RGB value is (222,87,238). Sum of RGB (Red+Green+Blue) = 222+87+238=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE57EE is #21A811. Grayscale: #909090. Windows color (decimal): -2205714 or 15620062. OLE color: 15620062.
HSL color Cylindrical-coordinate representation of color #DE57EE: hue angle of 293.64º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE57EE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 87 | 238 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.07 |
| HSL | 293.64º | 0.82% | 0.64% | - |
| HSV(B) | 293.64º | 0.63% | 0.93% | - |
| XYZ | 48.97 | 28.52 | 83.81 | - |
| YUV | 144.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 238 | 0.07 | 0.63 | 0 | 0.07 | 293.64 | 0.82 | 0.64 |
| Hex | DE | 57 | EE | 7 | 3F | 0 | 7 | 126 | 52 | 40 |
| Octal | 336 | 127 | 356 | 7 | 77 | 0 | 7 | 446 | 122 | 100 |
| Binary | 11011110 | 1010111 | 11101110 | 111 | 111111 | 0 | 111 | 100100110 | 1010010 | 1000000 |
Color Harmonies of #DE57EE
Complementary color
Monochromatic Colors of #DE57EE
Black with #DE57EE
Text Example
Text Example
White with #DE57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE57EE; }
p { color: rgb(222,87,238); }
H1.HeaderClassName
{
color: #DE57EE;
}
.AnyTagClassName
{
color: #DE57EE;
}
</style>
background-color css
<style>
a { background-color: #DE57EE; }
a { background-color: rgb(222,87,238); }
div.DivClassName
{
background-color: #DE57EE;
}
.BgClassName
{
background-color: #DE57EE;
}
</style>
border-color css
<style>
span { border-color: #DE57EE; }
span { border-color: rgb(222,87,238); }
td.TdClassName
{
border-color: #DE57EE;
}
.TagClassName
{
border-color: #DE57EE;
}
</style>