Html Css Color HEX #DB2EE9 Free Speech Magenta
📋 copy color: '#DB2EE9'red 219 ◦ green 46 ◦ blue 233
Shades of Free Speech Magenta #DB2EE9
Tints of Free Speech Magenta #DB2EE9
RGB
CMYK
RGB Variations
Color information
#DB2EE9 (or 0xDB2EE9) is known color: Free Speech Magenta. HEX triplet: DB, 2E and E9. RGB value is (219,46,233). Sum of RGB (Red+Green+Blue) = 219+46+233=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EE9 is #24D116. Grayscale: #767676. Windows color (decimal): -2412823 or 15281883. OLE color: 15281883.
HSL color Cylindrical-coordinate representation of color #DB2EE9: hue angle of 295.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2EE9 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 46 | 233 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.09 |
| HSL | 295.51º | 0.81% | 0.55% | - |
| HSV(B) | 295.51º | 0.8% | 0.91% | - |
| XYZ | 44.9 | 22.9 | 79.14 | - |
| YUV | 119.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 233 | 0.06 | 0.80 | 0 | 0.09 | 295.51 | 0.81 | 0.55 |
| Hex | DB | 2E | E9 | 6 | 50 | 0 | 9 | 128 | 51 | 37 |
| Octal | 333 | 56 | 351 | 6 | 120 | 0 | 11 | 450 | 121 | 67 |
| Binary | 11011011 | 101110 | 11101001 | 110 | 1010000 | 0 | 1001 | 100101000 | 1010001 | 110111 |
Color Harmonies of #DB2EE9
Complementary color
Monochromatic Colors of #DB2EE9
Black with #DB2EE9
Text Example
Text Example
White with #DB2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EE9; }
p { color: rgb(219,46,233); }
H1.HeaderClassName
{
color: #DB2EE9;
}
.AnyTagClassName
{
color: #DB2EE9;
}
</style>
background-color css
<style>
a { background-color: #DB2EE9; }
a { background-color: rgb(219,46,233); }
div.DivClassName
{
background-color: #DB2EE9;
}
.BgClassName
{
background-color: #DB2EE9;
}
</style>
border-color css
<style>
span { border-color: #DB2EE9; }
span { border-color: rgb(219,46,233); }
td.TdClassName
{
border-color: #DB2EE9;
}
.TagClassName
{
border-color: #DB2EE9;
}
</style>