Html Css Color HEX #DB5EE1 Free Speech Magenta
📋 copy color: '#DB5EE1'red 219 ◦ green 94 ◦ blue 225
Shades of Free Speech Magenta #DB5EE1
Tints of Free Speech Magenta #DB5EE1
RGB
CMYK
RGB Variations
Color information
#DB5EE1 (or 0xDB5EE1) is known color: Free Speech Magenta. HEX triplet: DB, 5E and E1. RGB value is (219,94,225). Sum of RGB (Red+Green+Blue) = 219+94+225=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EE1 is #24A11E. Grayscale: #919191. Windows color (decimal): -2400543 or 14769883. OLE color: 14769883.
HSL color Cylindrical-coordinate representation of color #DB5EE1: hue angle of 297.25º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5EE1 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 94 | 225 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.12 |
| HSL | 297.25º | 0.69% | 0.63% | - |
| HSV(B) | 297.25º | 0.58% | 0.88% | - |
| XYZ | 46.81 | 28.5 | 74.27 | - |
| YUV | 146.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 225 | 0.03 | 0.58 | 0 | 0.12 | 297.25 | 0.69 | 0.63 |
| Hex | DB | 5E | E1 | 3 | 3A | 0 | C | 129 | 45 | 3F |
| Octal | 333 | 136 | 341 | 3 | 72 | 0 | 14 | 451 | 105 | 77 |
| Binary | 11011011 | 1011110 | 11100001 | 11 | 111010 | 0 | 1100 | 100101001 | 1000101 | 111111 |
Color Harmonies of #DB5EE1
Complementary color
Monochromatic Colors of #DB5EE1
Black with #DB5EE1
Text Example
Text Example
White with #DB5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EE1; }
p { color: rgb(219,94,225); }
H1.HeaderClassName
{
color: #DB5EE1;
}
.AnyTagClassName
{
color: #DB5EE1;
}
</style>
background-color css
<style>
a { background-color: #DB5EE1; }
a { background-color: rgb(219,94,225); }
div.DivClassName
{
background-color: #DB5EE1;
}
.BgClassName
{
background-color: #DB5EE1;
}
</style>
border-color css
<style>
span { border-color: #DB5EE1; }
span { border-color: rgb(219,94,225); }
td.TdClassName
{
border-color: #DB5EE1;
}
.TagClassName
{
border-color: #DB5EE1;
}
</style>