Html Css Color HEX #DE50DD Free Speech Magenta
📋 copy color: '#DE50DD'red 222 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #DE50DD
Tints of Free Speech Magenta #DE50DD
RGB
CMYK
RGB Variations
Color information
#DE50DD (or 0xDE50DD) is known color: Free Speech Magenta. HEX triplet: DE, 50 and DD. RGB value is (222,80,221). Sum of RGB (Red+Green+Blue) = 222+80+221=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50DD is #21AF22. Grayscale: #8A8A8A. Windows color (decimal): -2207523 or 14504158. OLE color: 14504158.
HSL color Cylindrical-coordinate representation of color #DE50DD: hue angle of 300.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE50DD is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 221 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.13 |
| HSL | 300.42º | 0.68% | 0.59% | - |
| HSV(B) | 300.42º | 0.64% | 0.87% | - |
| XYZ | 46.04 | 26.49 | 71.09 | - |
| YUV | 138.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 221 | 0 | 0.64 | 0.00 | 0.13 | 300.42 | 0.68 | 0.59 |
| Hex | DE | 50 | DD | 0 | 40 | 0 | D | 12C | 44 | 3B |
| Octal | 336 | 120 | 335 | 0 | 100 | 0 | 15 | 454 | 104 | 73 |
| Binary | 11011110 | 1010000 | 11011101 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000100 | 111011 |
Color Harmonies of #DE50DD
Complementary color
Monochromatic Colors of #DE50DD
Black with #DE50DD
Text Example
Text Example
White with #DE50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE50DD; }
p { color: rgb(222,80,221); }
H1.HeaderClassName
{
color: #DE50DD;
}
.AnyTagClassName
{
color: #DE50DD;
}
</style>
background-color css
<style>
a { background-color: #DE50DD; }
a { background-color: rgb(222,80,221); }
div.DivClassName
{
background-color: #DE50DD;
}
.BgClassName
{
background-color: #DE50DD;
}
</style>
border-color css
<style>
span { border-color: #DE50DD; }
span { border-color: rgb(222,80,221); }
td.TdClassName
{
border-color: #DE50DD;
}
.TagClassName
{
border-color: #DE50DD;
}
</style>