Html Css Color HEX #DB2EE1 Free Speech Magenta
📋 copy color: '#DB2EE1'red 219 ◦ green 46 ◦ blue 225
Shades of Free Speech Magenta #DB2EE1
Tints of Free Speech Magenta #DB2EE1
RGB
CMYK
RGB Variations
Color information
#DB2EE1 (or 0xDB2EE1) is known color: Free Speech Magenta. HEX triplet: DB, 2E and E1. RGB value is (219,46,225). Sum of RGB (Red+Green+Blue) = 219+46+225=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EE1 is #24D11E. Grayscale: #757575. Windows color (decimal): -2412831 or 14757595. OLE color: 14757595.
HSL color Cylindrical-coordinate representation of color #DB2EE1: hue angle of 297.99º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2EE1 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 46 | 225 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.12 |
| HSL | 297.99º | 0.75% | 0.53% | - |
| HSV(B) | 297.99º | 0.8% | 0.88% | - |
| XYZ | 43.78 | 22.45 | 73.26 | - |
| YUV | 118.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 225 | 0.03 | 0.80 | 0 | 0.12 | 297.99 | 0.75 | 0.53 |
| Hex | DB | 2E | E1 | 3 | 50 | 0 | C | 12A | 4B | 35 |
| Octal | 333 | 56 | 341 | 3 | 120 | 0 | 14 | 452 | 113 | 65 |
| Binary | 11011011 | 101110 | 11100001 | 11 | 1010000 | 0 | 1100 | 100101010 | 1001011 | 110101 |
Color Harmonies of #DB2EE1
Complementary color
Monochromatic Colors of #DB2EE1
Black with #DB2EE1
Text Example
Text Example
White with #DB2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EE1; }
p { color: rgb(219,46,225); }
H1.HeaderClassName
{
color: #DB2EE1;
}
.AnyTagClassName
{
color: #DB2EE1;
}
</style>
background-color css
<style>
a { background-color: #DB2EE1; }
a { background-color: rgb(219,46,225); }
div.DivClassName
{
background-color: #DB2EE1;
}
.BgClassName
{
background-color: #DB2EE1;
}
</style>
border-color css
<style>
span { border-color: #DB2EE1; }
span { border-color: rgb(219,46,225); }
td.TdClassName
{
border-color: #DB2EE1;
}
.TagClassName
{
border-color: #DB2EE1;
}
</style>