Html Css Color HEX #DE5DE3 Free Speech Magenta
📋 copy color: '#DE5DE3'red 222 ◦ green 93 ◦ blue 227
Shades of Free Speech Magenta #DE5DE3
Tints of Free Speech Magenta #DE5DE3
RGB
CMYK
RGB Variations
Color information
#DE5DE3 (or 0xDE5DE3) is known color: Free Speech Magenta. HEX triplet: DE, 5D and E3. RGB value is (222,93,227). Sum of RGB (Red+Green+Blue) = 222+93+227=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE5DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DE3 is #21A21C. Grayscale: #929292. Windows color (decimal): -2204189 or 14900702. OLE color: 14900702.
HSL color Cylindrical-coordinate representation of color #DE5DE3: hue angle of 297.76º degrees, saturation: 0.71, 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 #DE5DE3 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 93 | 227 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.11 |
| HSL | 297.76º | 0.71% | 0.63% | - |
| HSV(B) | 297.76º | 0.59% | 0.89% | - |
| XYZ | 47.9 | 28.9 | 75.73 | - |
| YUV | 146.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 227 | 0.02 | 0.59 | 0 | 0.11 | 297.76 | 0.71 | 0.63 |
| Hex | DE | 5D | E3 | 2 | 3B | 0 | B | 12A | 47 | 3F |
| Octal | 336 | 135 | 343 | 2 | 73 | 0 | 13 | 452 | 107 | 77 |
| Binary | 11011110 | 1011101 | 11100011 | 10 | 111011 | 0 | 1011 | 100101010 | 1000111 | 111111 |
Color Harmonies of #DE5DE3
Complementary color
Monochromatic Colors of #DE5DE3
Black with #DE5DE3
Text Example
Text Example
White with #DE5DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5DE3; }
p { color: rgb(222,93,227); }
H1.HeaderClassName
{
color: #DE5DE3;
}
.AnyTagClassName
{
color: #DE5DE3;
}
</style>
background-color css
<style>
a { background-color: #DE5DE3; }
a { background-color: rgb(222,93,227); }
div.DivClassName
{
background-color: #DE5DE3;
}
.BgClassName
{
background-color: #DE5DE3;
}
</style>
border-color css
<style>
span { border-color: #DE5DE3; }
span { border-color: rgb(222,93,227); }
td.TdClassName
{
border-color: #DE5DE3;
}
.TagClassName
{
border-color: #DE5DE3;
}
</style>