Html Css Color HEX #DB5EE2 Free Speech Magenta
📋 copy color: '#DB5EE2'red 219 ◦ green 94 ◦ blue 226
Shades of Free Speech Magenta #DB5EE2
Tints of Free Speech Magenta #DB5EE2
RGB
CMYK
RGB Variations
Color information
#DB5EE2 (or 0xDB5EE2) is known color: Free Speech Magenta. HEX triplet: DB, 5E and E2. RGB value is (219,94,226). Sum of RGB (Red+Green+Blue) = 219+94+226=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB5EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EE2 is #24A11D. Grayscale: #929292. Windows color (decimal): -2400542 or 14835419. OLE color: 14835419.
HSL color Cylindrical-coordinate representation of color #DB5EE2: hue angle of 296.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5EE2 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 94 | 226 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.11 |
| HSL | 296.82º | 0.69% | 0.63% | - |
| HSV(B) | 296.82º | 0.58% | 0.89% | - |
| XYZ | 46.94 | 28.56 | 74.99 | - |
| YUV | 146.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 226 | 0.03 | 0.58 | 0 | 0.11 | 296.82 | 0.69 | 0.63 |
| Hex | DB | 5E | E2 | 3 | 3A | 0 | B | 129 | 45 | 3F |
| Octal | 333 | 136 | 342 | 3 | 72 | 0 | 13 | 451 | 105 | 77 |
| Binary | 11011011 | 1011110 | 11100010 | 11 | 111010 | 0 | 1011 | 100101001 | 1000101 | 111111 |
Color Harmonies of #DB5EE2
Complementary color
Monochromatic Colors of #DB5EE2
Black with #DB5EE2
Text Example
Text Example
White with #DB5EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EE2; }
p { color: rgb(219,94,226); }
H1.HeaderClassName
{
color: #DB5EE2;
}
.AnyTagClassName
{
color: #DB5EE2;
}
</style>
background-color css
<style>
a { background-color: #DB5EE2; }
a { background-color: rgb(219,94,226); }
div.DivClassName
{
background-color: #DB5EE2;
}
.BgClassName
{
background-color: #DB5EE2;
}
</style>
border-color css
<style>
span { border-color: #DB5EE2; }
span { border-color: rgb(219,94,226); }
td.TdClassName
{
border-color: #DB5EE2;
}
.TagClassName
{
border-color: #DB5EE2;
}
</style>