Html Css Color HEX #DB58E1 Free Speech Magenta
📋 copy color: '#DB58E1'red 219 ◦ green 88 ◦ blue 225
Shades of Free Speech Magenta #DB58E1
Tints of Free Speech Magenta #DB58E1
RGB
CMYK
RGB Variations
Color information
#DB58E1 (or 0xDB58E1) is known color: Free Speech Magenta. HEX triplet: DB, 58 and E1. RGB value is (219,88,225). Sum of RGB (Red+Green+Blue) = 219+88+225=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB58E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58E1 is #24A71E. Grayscale: #8E8E8E. Windows color (decimal): -2402079 or 14768347. OLE color: 14768347.
HSL color Cylindrical-coordinate representation of color #DB58E1: hue angle of 297.37º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB58E1 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 88 | 225 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.12 |
| HSL | 297.37º | 0.7% | 0.61% | - |
| HSV(B) | 297.37º | 0.61% | 0.88% | - |
| XYZ | 46.29 | 27.48 | 74.1 | - |
| YUV | 142.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 225 | 0.03 | 0.61 | 0 | 0.12 | 297.37 | 0.7 | 0.61 |
| Hex | DB | 58 | E1 | 3 | 3D | 0 | C | 129 | 46 | 3D |
| Octal | 333 | 130 | 341 | 3 | 75 | 0 | 14 | 451 | 106 | 75 |
| Binary | 11011011 | 1011000 | 11100001 | 11 | 111101 | 0 | 1100 | 100101001 | 1000110 | 111101 |
Color Harmonies of #DB58E1
Complementary color
Monochromatic Colors of #DB58E1
Black with #DB58E1
Text Example
Text Example
White with #DB58E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58E1; }
p { color: rgb(219,88,225); }
H1.HeaderClassName
{
color: #DB58E1;
}
.AnyTagClassName
{
color: #DB58E1;
}
</style>
background-color css
<style>
a { background-color: #DB58E1; }
a { background-color: rgb(219,88,225); }
div.DivClassName
{
background-color: #DB58E1;
}
.BgClassName
{
background-color: #DB58E1;
}
</style>
border-color css
<style>
span { border-color: #DB58E1; }
span { border-color: rgb(219,88,225); }
td.TdClassName
{
border-color: #DB58E1;
}
.TagClassName
{
border-color: #DB58E1;
}
</style>