Html Css Color HEX #DE53EA Free Speech Magenta
📋 copy color: '#DE53EA'red 222 ◦ green 83 ◦ blue 234
Shades of Free Speech Magenta #DE53EA
Tints of Free Speech Magenta #DE53EA
RGB
CMYK
RGB Variations
Color information
#DE53EA (or 0xDE53EA) is known color: Free Speech Magenta. HEX triplet: DE, 53 and EA. RGB value is (222,83,234). Sum of RGB (Red+Green+Blue) = 222+83+234=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE53EA is #21AC15. Grayscale: #8D8D8D. Windows color (decimal): -2206742 or 15356894. OLE color: 15356894.
HSL color Cylindrical-coordinate representation of color #DE53EA: hue angle of 295.23º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE53EA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 83 | 234 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.08 |
| HSL | 295.23º | 0.78% | 0.62% | - |
| HSV(B) | 295.23º | 0.65% | 0.92% | - |
| XYZ | 48.07 | 27.66 | 80.65 | - |
| YUV | 141.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 234 | 0.05 | 0.65 | 0 | 0.08 | 295.23 | 0.78 | 0.62 |
| Hex | DE | 53 | EA | 5 | 41 | 0 | 8 | 127 | 4E | 3E |
| Octal | 336 | 123 | 352 | 5 | 101 | 0 | 10 | 447 | 116 | 76 |
| Binary | 11011110 | 1010011 | 11101010 | 101 | 1000001 | 0 | 1000 | 100100111 | 1001110 | 111110 |
Color Harmonies of #DE53EA
Complementary color
Monochromatic Colors of #DE53EA
Black with #DE53EA
Text Example
Text Example
White with #DE53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE53EA; }
p { color: rgb(222,83,234); }
H1.HeaderClassName
{
color: #DE53EA;
}
.AnyTagClassName
{
color: #DE53EA;
}
</style>
background-color css
<style>
a { background-color: #DE53EA; }
a { background-color: rgb(222,83,234); }
div.DivClassName
{
background-color: #DE53EA;
}
.BgClassName
{
background-color: #DE53EA;
}
</style>
border-color css
<style>
span { border-color: #DE53EA; }
span { border-color: rgb(222,83,234); }
td.TdClassName
{
border-color: #DE53EA;
}
.TagClassName
{
border-color: #DE53EA;
}
</style>