Html Css Color HEX #DB2EE4 Free Speech Magenta
📋 copy color: '#DB2EE4'red 219 ◦ green 46 ◦ blue 228
Shades of Free Speech Magenta #DB2EE4
Tints of Free Speech Magenta #DB2EE4
RGB
CMYK
RGB Variations
Color information
#DB2EE4 (or 0xDB2EE4) is known color: Free Speech Magenta. HEX triplet: DB, 2E and E4. RGB value is (219,46,228). Sum of RGB (Red+Green+Blue) = 219+46+228=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB2EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EE4 is #24D11B. Grayscale: #757575. Windows color (decimal): -2412828 or 14954203. OLE color: 14954203.
HSL color Cylindrical-coordinate representation of color #DB2EE4: hue angle of 297.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2EE4 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 46 | 228 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.11 |
| HSL | 297.03º | 0.77% | 0.54% | - |
| HSV(B) | 297.03º | 0.8% | 0.89% | - |
| XYZ | 44.19 | 22.62 | 75.43 | - |
| YUV | 118.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 228 | 0.04 | 0.80 | 0 | 0.11 | 297.03 | 0.77 | 0.54 |
| Hex | DB | 2E | E4 | 4 | 50 | 0 | B | 129 | 4D | 36 |
| Octal | 333 | 56 | 344 | 4 | 120 | 0 | 13 | 451 | 115 | 66 |
| Binary | 11011011 | 101110 | 11100100 | 100 | 1010000 | 0 | 1011 | 100101001 | 1001101 | 110110 |
Color Harmonies of #DB2EE4
Complementary color
Monochromatic Colors of #DB2EE4
Black with #DB2EE4
Text Example
Text Example
White with #DB2EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EE4; }
p { color: rgb(219,46,228); }
H1.HeaderClassName
{
color: #DB2EE4;
}
.AnyTagClassName
{
color: #DB2EE4;
}
</style>
background-color css
<style>
a { background-color: #DB2EE4; }
a { background-color: rgb(219,46,228); }
div.DivClassName
{
background-color: #DB2EE4;
}
.BgClassName
{
background-color: #DB2EE4;
}
</style>
border-color css
<style>
span { border-color: #DB2EE4; }
span { border-color: rgb(219,46,228); }
td.TdClassName
{
border-color: #DB2EE4;
}
.TagClassName
{
border-color: #DB2EE4;
}
</style>