Html Css Color HEX #DB59E6 Free Speech Magenta
📋 copy color: '#DB59E6'red 219 ◦ green 89 ◦ blue 230
Shades of Free Speech Magenta #DB59E6
Tints of Free Speech Magenta #DB59E6
RGB
CMYK
RGB Variations
Color information
#DB59E6 (or 0xDB59E6) is known color: Free Speech Magenta. HEX triplet: DB, 59 and E6. RGB value is (219,89,230). Sum of RGB (Red+Green+Blue) = 219+89+230=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59E6 is #24A619. Grayscale: #8F8F8F. Windows color (decimal): -2401818 or 15096283. OLE color: 15096283.
HSL color Cylindrical-coordinate representation of color #DB59E6: hue angle of 295.32º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB59E6 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 89 | 230 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.10 |
| HSL | 295.32º | 0.74% | 0.63% | - |
| HSV(B) | 295.32º | 0.61% | 0.9% | - |
| XYZ | 47.07 | 27.92 | 77.77 | - |
| YUV | 143.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 230 | 0.05 | 0.61 | 0 | 0.10 | 295.32 | 0.74 | 0.63 |
| Hex | DB | 59 | E6 | 5 | 3D | 0 | A | 127 | 4A | 3F |
| Octal | 333 | 131 | 346 | 5 | 75 | 0 | 12 | 447 | 112 | 77 |
| Binary | 11011011 | 1011001 | 11100110 | 101 | 111101 | 0 | 1010 | 100100111 | 1001010 | 111111 |
Color Harmonies of #DB59E6
Complementary color
Monochromatic Colors of #DB59E6
Black with #DB59E6
Text Example
Text Example
White with #DB59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59E6; }
p { color: rgb(219,89,230); }
H1.HeaderClassName
{
color: #DB59E6;
}
.AnyTagClassName
{
color: #DB59E6;
}
</style>
background-color css
<style>
a { background-color: #DB59E6; }
a { background-color: rgb(219,89,230); }
div.DivClassName
{
background-color: #DB59E6;
}
.BgClassName
{
background-color: #DB59E6;
}
</style>
border-color css
<style>
span { border-color: #DB59E6; }
span { border-color: rgb(219,89,230); }
td.TdClassName
{
border-color: #DB59E6;
}
.TagClassName
{
border-color: #DB59E6;
}
</style>