Html Css Color HEX #DB59E5 Free Speech Magenta
📋 copy color: '#DB59E5'red 219 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #DB59E5
Tints of Free Speech Magenta #DB59E5
RGB
CMYK
RGB Variations
Color information
#DB59E5 (or 0xDB59E5) is known color: Free Speech Magenta. HEX triplet: DB, 59 and E5. RGB value is (219,89,229). Sum of RGB (Red+Green+Blue) = 219+89+229=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59E5 is #24A61A. Grayscale: #8F8F8F. Windows color (decimal): -2401819 or 15030747. OLE color: 15030747.
HSL color Cylindrical-coordinate representation of color #DB59E5: hue angle of 295.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB59E5 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 89 | 229 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.10 |
| HSL | 295.71º | 0.73% | 0.62% | - |
| HSV(B) | 295.71º | 0.61% | 0.9% | - |
| XYZ | 46.93 | 27.86 | 77.03 | - |
| YUV | 143.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 229 | 0.04 | 0.61 | 0 | 0.10 | 295.71 | 0.73 | 0.62 |
| Hex | DB | 59 | E5 | 4 | 3D | 0 | A | 128 | 49 | 3E |
| Octal | 333 | 131 | 345 | 4 | 75 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011011 | 1011001 | 11100101 | 100 | 111101 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DB59E5
Complementary color
Monochromatic Colors of #DB59E5
Black with #DB59E5
Text Example
Text Example
White with #DB59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59E5; }
p { color: rgb(219,89,229); }
H1.HeaderClassName
{
color: #DB59E5;
}
.AnyTagClassName
{
color: #DB59E5;
}
</style>
background-color css
<style>
a { background-color: #DB59E5; }
a { background-color: rgb(219,89,229); }
div.DivClassName
{
background-color: #DB59E5;
}
.BgClassName
{
background-color: #DB59E5;
}
</style>
border-color css
<style>
span { border-color: #DB59E5; }
span { border-color: rgb(219,89,229); }
td.TdClassName
{
border-color: #DB59E5;
}
.TagClassName
{
border-color: #DB59E5;
}
</style>