Html Css Color HEX #DB5EE5 Free Speech Magenta
📋 copy color: '#DB5EE5'red 219 ◦ green 94 ◦ blue 229
Shades of Free Speech Magenta #DB5EE5
Tints of Free Speech Magenta #DB5EE5
RGB
CMYK
RGB Variations
Color information
#DB5EE5 (or 0xDB5EE5) is known color: Free Speech Magenta. HEX triplet: DB, 5E and E5. RGB value is (219,94,229). Sum of RGB (Red+Green+Blue) = 219+94+229=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB5EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EE5 is #24A11A. Grayscale: #929292. Windows color (decimal): -2400539 or 15032027. OLE color: 15032027.
HSL color Cylindrical-coordinate representation of color #DB5EE5: hue angle of 295.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5EE5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 94 | 229 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.10 |
| HSL | 295.56º | 0.72% | 0.63% | - |
| HSV(B) | 295.56º | 0.59% | 0.9% | - |
| XYZ | 47.36 | 28.72 | 77.18 | - |
| YUV | 146.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 229 | 0.04 | 0.59 | 0 | 0.10 | 295.56 | 0.72 | 0.63 |
| Hex | DB | 5E | E5 | 4 | 3B | 0 | A | 128 | 48 | 3F |
| Octal | 333 | 136 | 345 | 4 | 73 | 0 | 12 | 450 | 110 | 77 |
| Binary | 11011011 | 1011110 | 11100101 | 100 | 111011 | 0 | 1010 | 100101000 | 1001000 | 111111 |
Color Harmonies of #DB5EE5
Complementary color
Monochromatic Colors of #DB5EE5
Black with #DB5EE5
Text Example
Text Example
White with #DB5EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EE5; }
p { color: rgb(219,94,229); }
H1.HeaderClassName
{
color: #DB5EE5;
}
.AnyTagClassName
{
color: #DB5EE5;
}
</style>
background-color css
<style>
a { background-color: #DB5EE5; }
a { background-color: rgb(219,94,229); }
div.DivClassName
{
background-color: #DB5EE5;
}
.BgClassName
{
background-color: #DB5EE5;
}
</style>
border-color css
<style>
span { border-color: #DB5EE5; }
span { border-color: rgb(219,94,229); }
td.TdClassName
{
border-color: #DB5EE5;
}
.TagClassName
{
border-color: #DB5EE5;
}
</style>