Html Css Color HEX #DE50BA Free Speech Magenta
📋 copy color: '#DE50BA'red 222 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #DE50BA
Tints of Free Speech Magenta #DE50BA
RGB
CMYK
RGB Variations
Color information
#DE50BA (or 0xDE50BA) is known color: Free Speech Magenta. HEX triplet: DE, 50 and BA. RGB value is (222,80,186). Sum of RGB (Red+Green+Blue) = 222+80+186=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50BA is #21AF45. Grayscale: #868686. Windows color (decimal): -2207558 or 12210398. OLE color: 12210398.
HSL color Cylindrical-coordinate representation of color #DE50BA: hue angle of 315.21º 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 #DE50BA is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 186 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.13 |
| HSL | 315.21º | 0.68% | 0.59% | - |
| HSV(B) | 315.21º | 0.64% | 0.87% | - |
| XYZ | 41.86 | 24.81 | 49.04 | - |
| YUV | 134.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 186 | 0 | 0.64 | 0.16 | 0.13 | 315.21 | 0.68 | 0.59 |
| Hex | DE | 50 | BA | 0 | 40 | 10 | D | 13B | 44 | 3B |
| Octal | 336 | 120 | 272 | 0 | 100 | 20 | 15 | 473 | 104 | 73 |
| Binary | 11011110 | 1010000 | 10111010 | 0 | 1000000 | 10000 | 1101 | 100111011 | 1000100 | 111011 |
Color Harmonies of #DE50BA
Complementary color
Monochromatic Colors of #DE50BA
Black with #DE50BA
Text Example
Text Example
White with #DE50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE50BA; }
p { color: rgb(222,80,186); }
H1.HeaderClassName
{
color: #DE50BA;
}
.AnyTagClassName
{
color: #DE50BA;
}
</style>
background-color css
<style>
a { background-color: #DE50BA; }
a { background-color: rgb(222,80,186); }
div.DivClassName
{
background-color: #DE50BA;
}
.BgClassName
{
background-color: #DE50BA;
}
</style>
border-color css
<style>
span { border-color: #DE50BA; }
span { border-color: rgb(222,80,186); }
td.TdClassName
{
border-color: #DE50BA;
}
.TagClassName
{
border-color: #DE50BA;
}
</style>