Html Css Color HEX #DB2EE5 Free Speech Magenta
📋 copy color: '#DB2EE5'red 219 ◦ green 46 ◦ blue 229
Shades of Free Speech Magenta #DB2EE5
Tints of Free Speech Magenta #DB2EE5
RGB
CMYK
RGB Variations
Color information
#DB2EE5 (or 0xDB2EE5) is known color: Free Speech Magenta. HEX triplet: DB, 2E and E5. RGB value is (219,46,229). Sum of RGB (Red+Green+Blue) = 219+46+229=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB2EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EE5 is #24D11A. Grayscale: #767676. Windows color (decimal): -2412827 or 15019739. OLE color: 15019739.
HSL color Cylindrical-coordinate representation of color #DB2EE5: hue angle of 296.72º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2EE5 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 46 | 229 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.10 |
| HSL | 296.72º | 0.78% | 0.54% | - |
| HSV(B) | 296.72º | 0.8% | 0.9% | - |
| XYZ | 44.33 | 22.67 | 76.17 | - |
| YUV | 118.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 229 | 0.04 | 0.80 | 0 | 0.10 | 296.72 | 0.78 | 0.54 |
| Hex | DB | 2E | E5 | 4 | 50 | 0 | A | 129 | 4E | 36 |
| Octal | 333 | 56 | 345 | 4 | 120 | 0 | 12 | 451 | 116 | 66 |
| Binary | 11011011 | 101110 | 11100101 | 100 | 1010000 | 0 | 1010 | 100101001 | 1001110 | 110110 |
Color Harmonies of #DB2EE5
Complementary color
Monochromatic Colors of #DB2EE5
Black with #DB2EE5
Text Example
Text Example
White with #DB2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EE5; }
p { color: rgb(219,46,229); }
H1.HeaderClassName
{
color: #DB2EE5;
}
.AnyTagClassName
{
color: #DB2EE5;
}
</style>
background-color css
<style>
a { background-color: #DB2EE5; }
a { background-color: rgb(219,46,229); }
div.DivClassName
{
background-color: #DB2EE5;
}
.BgClassName
{
background-color: #DB2EE5;
}
</style>
border-color css
<style>
span { border-color: #DB2EE5; }
span { border-color: rgb(219,46,229); }
td.TdClassName
{
border-color: #DB2EE5;
}
.TagClassName
{
border-color: #DB2EE5;
}
</style>