Html Css Color HEX #DB2EE7 Free Speech Magenta
📋 copy color: '#DB2EE7'red 219 ◦ green 46 ◦ blue 231
Shades of Free Speech Magenta #DB2EE7
Tints of Free Speech Magenta #DB2EE7
RGB
CMYK
RGB Variations
Color information
#DB2EE7 (or 0xDB2EE7) is known color: Free Speech Magenta. HEX triplet: DB, 2E and E7. RGB value is (219,46,231). Sum of RGB (Red+Green+Blue) = 219+46+231=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB2EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EE7 is #24D118. Grayscale: #767676. Windows color (decimal): -2412825 or 15150811. OLE color: 15150811.
HSL color Cylindrical-coordinate representation of color #DB2EE7: hue angle of 296.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2EE7 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 46 | 231 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.09 |
| HSL | 296.11º | 0.79% | 0.54% | - |
| HSV(B) | 296.11º | 0.8% | 0.91% | - |
| XYZ | 44.61 | 22.78 | 77.65 | - |
| YUV | 118.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 231 | 0.05 | 0.80 | 0 | 0.09 | 296.11 | 0.79 | 0.54 |
| Hex | DB | 2E | E7 | 5 | 50 | 0 | 9 | 128 | 4F | 36 |
| Octal | 333 | 56 | 347 | 5 | 120 | 0 | 11 | 450 | 117 | 66 |
| Binary | 11011011 | 101110 | 11100111 | 101 | 1010000 | 0 | 1001 | 100101000 | 1001111 | 110110 |
Color Harmonies of #DB2EE7
Complementary color
Monochromatic Colors of #DB2EE7
Black with #DB2EE7
Text Example
Text Example
White with #DB2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EE7; }
p { color: rgb(219,46,231); }
H1.HeaderClassName
{
color: #DB2EE7;
}
.AnyTagClassName
{
color: #DB2EE7;
}
</style>
background-color css
<style>
a { background-color: #DB2EE7; }
a { background-color: rgb(219,46,231); }
div.DivClassName
{
background-color: #DB2EE7;
}
.BgClassName
{
background-color: #DB2EE7;
}
</style>
border-color css
<style>
span { border-color: #DB2EE7; }
span { border-color: rgb(219,46,231); }
td.TdClassName
{
border-color: #DB2EE7;
}
.TagClassName
{
border-color: #DB2EE7;
}
</style>