Html Css Color HEX #DB58E5 Free Speech Magenta
📋 copy color: '#DB58E5'red 219 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #DB58E5
Tints of Free Speech Magenta #DB58E5
RGB
CMYK
RGB Variations
Color information
#DB58E5 (or 0xDB58E5) is known color: Free Speech Magenta. HEX triplet: DB, 58 and E5. RGB value is (219,88,229). Sum of RGB (Red+Green+Blue) = 219+88+229=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58E5 is #24A71A. Grayscale: #8E8E8E. Windows color (decimal): -2402075 or 15030491. OLE color: 15030491.
HSL color Cylindrical-coordinate representation of color #DB58E5: hue angle of 295.74º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB58E5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 88 | 229 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.10 |
| HSL | 295.74º | 0.73% | 0.62% | - |
| HSV(B) | 295.74º | 0.62% | 0.9% | - |
| XYZ | 46.85 | 27.7 | 77.01 | - |
| YUV | 143.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 229 | 0.04 | 0.62 | 0 | 0.10 | 295.74 | 0.73 | 0.62 |
| Hex | DB | 58 | E5 | 4 | 3E | 0 | A | 128 | 49 | 3E |
| Octal | 333 | 130 | 345 | 4 | 76 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011011 | 1011000 | 11100101 | 100 | 111110 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DB58E5
Complementary color
Monochromatic Colors of #DB58E5
Black with #DB58E5
Text Example
Text Example
White with #DB58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58E5; }
p { color: rgb(219,88,229); }
H1.HeaderClassName
{
color: #DB58E5;
}
.AnyTagClassName
{
color: #DB58E5;
}
</style>
background-color css
<style>
a { background-color: #DB58E5; }
a { background-color: rgb(219,88,229); }
div.DivClassName
{
background-color: #DB58E5;
}
.BgClassName
{
background-color: #DB58E5;
}
</style>
border-color css
<style>
span { border-color: #DB58E5; }
span { border-color: rgb(219,88,229); }
td.TdClassName
{
border-color: #DB58E5;
}
.TagClassName
{
border-color: #DB58E5;
}
</style>