Html Css Color HEX #DE5EE3 Free Speech Magenta
📋 copy color: '#DE5EE3'red 222 ◦ green 94 ◦ blue 227
Shades of Free Speech Magenta #DE5EE3
Tints of Free Speech Magenta #DE5EE3
RGB
CMYK
RGB Variations
Color information
#DE5EE3 (or 0xDE5EE3) is known color: Free Speech Magenta. HEX triplet: DE, 5E and E3. RGB value is (222,94,227). Sum of RGB (Red+Green+Blue) = 222+94+227=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE5EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5EE3 is #21A11C. Grayscale: #939393. Windows color (decimal): -2203933 or 14900958. OLE color: 14900958.
HSL color Cylindrical-coordinate representation of color #DE5EE3: hue angle of 297.74º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5EE3 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 94 | 227 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.11 |
| HSL | 297.74º | 0.7% | 0.63% | - |
| HSV(B) | 297.74º | 0.59% | 0.89% | - |
| XYZ | 47.99 | 29.08 | 75.76 | - |
| YUV | 147.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 227 | 0.02 | 0.59 | 0 | 0.11 | 297.74 | 0.7 | 0.63 |
| Hex | DE | 5E | E3 | 2 | 3B | 0 | B | 12A | 46 | 3F |
| Octal | 336 | 136 | 343 | 2 | 73 | 0 | 13 | 452 | 106 | 77 |
| Binary | 11011110 | 1011110 | 11100011 | 10 | 111011 | 0 | 1011 | 100101010 | 1000110 | 111111 |
Color Harmonies of #DE5EE3
Complementary color
Monochromatic Colors of #DE5EE3
Black with #DE5EE3
Text Example
Text Example
White with #DE5EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5EE3; }
p { color: rgb(222,94,227); }
H1.HeaderClassName
{
color: #DE5EE3;
}
.AnyTagClassName
{
color: #DE5EE3;
}
</style>
background-color css
<style>
a { background-color: #DE5EE3; }
a { background-color: rgb(222,94,227); }
div.DivClassName
{
background-color: #DE5EE3;
}
.BgClassName
{
background-color: #DE5EE3;
}
</style>
border-color css
<style>
span { border-color: #DE5EE3; }
span { border-color: rgb(222,94,227); }
td.TdClassName
{
border-color: #DE5EE3;
}
.TagClassName
{
border-color: #DE5EE3;
}
</style>