Html Css Color HEX #DB59E2 Free Speech Magenta
📋 copy color: '#DB59E2'red 219 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #DB59E2
Tints of Free Speech Magenta #DB59E2
RGB
CMYK
RGB Variations
Color information
#DB59E2 (or 0xDB59E2) is known color: Free Speech Magenta. HEX triplet: DB, 59 and E2. RGB value is (219,89,226). Sum of RGB (Red+Green+Blue) = 219+89+226=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB59E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59E2 is #24A61D. Grayscale: #8F8F8F. Windows color (decimal): -2401822 or 14834139. OLE color: 14834139.
HSL color Cylindrical-coordinate representation of color #DB59E2: hue angle of 296.93º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB59E2 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 89 | 226 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.11 |
| HSL | 296.93º | 0.7% | 0.62% | - |
| HSV(B) | 296.93º | 0.61% | 0.89% | - |
| XYZ | 46.51 | 27.7 | 74.85 | - |
| YUV | 143.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 226 | 0.03 | 0.61 | 0 | 0.11 | 296.93 | 0.7 | 0.62 |
| Hex | DB | 59 | E2 | 3 | 3D | 0 | B | 129 | 46 | 3E |
| Octal | 333 | 131 | 342 | 3 | 75 | 0 | 13 | 451 | 106 | 76 |
| Binary | 11011011 | 1011001 | 11100010 | 11 | 111101 | 0 | 1011 | 100101001 | 1000110 | 111110 |
Color Harmonies of #DB59E2
Complementary color
Monochromatic Colors of #DB59E2
Black with #DB59E2
Text Example
Text Example
White with #DB59E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59E2; }
p { color: rgb(219,89,226); }
H1.HeaderClassName
{
color: #DB59E2;
}
.AnyTagClassName
{
color: #DB59E2;
}
</style>
background-color css
<style>
a { background-color: #DB59E2; }
a { background-color: rgb(219,89,226); }
div.DivClassName
{
background-color: #DB59E2;
}
.BgClassName
{
background-color: #DB59E2;
}
</style>
border-color css
<style>
span { border-color: #DB59E2; }
span { border-color: rgb(219,89,226); }
td.TdClassName
{
border-color: #DB59E2;
}
.TagClassName
{
border-color: #DB59E2;
}
</style>