Html Css Color HEX #DB58D6 Free Speech Magenta
📋 copy color: '#DB58D6'red 219 ◦ green 88 ◦ blue 214
Shades of Free Speech Magenta #DB58D6
Tints of Free Speech Magenta #DB58D6
RGB
CMYK
RGB Variations
Color information
#DB58D6 (or 0xDB58D6) is known color: Free Speech Magenta. HEX triplet: DB, 58 and D6. RGB value is (219,88,214). Sum of RGB (Red+Green+Blue) = 219+88+214=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58D6 is #24A729. Grayscale: #8D8D8D. Windows color (decimal): -2402090 or 14047451. OLE color: 14047451.
HSL color Cylindrical-coordinate representation of color #DB58D6: hue angle of 302.29º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58D6 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 214 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.14 |
| HSL | 302.29º | 0.65% | 0.6% | - |
| HSV(B) | 302.29º | 0.6% | 0.86% | - |
| XYZ | 44.84 | 26.89 | 66.45 | - |
| YUV | 141.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 214 | 0 | 0.60 | 0.02 | 0.14 | 302.29 | 0.65 | 0.6 |
| Hex | DB | 58 | D6 | 0 | 3C | 2 | E | 12E | 41 | 3C |
| Octal | 333 | 130 | 326 | 0 | 74 | 2 | 16 | 456 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11010110 | 0 | 111100 | 10 | 1110 | 100101110 | 1000001 | 111100 |
Color Harmonies of #DB58D6
Complementary color
Monochromatic Colors of #DB58D6
Black with #DB58D6
Text Example
Text Example
White with #DB58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58D6; }
p { color: rgb(219,88,214); }
H1.HeaderClassName
{
color: #DB58D6;
}
.AnyTagClassName
{
color: #DB58D6;
}
</style>
background-color css
<style>
a { background-color: #DB58D6; }
a { background-color: rgb(219,88,214); }
div.DivClassName
{
background-color: #DB58D6;
}
.BgClassName
{
background-color: #DB58D6;
}
</style>
border-color css
<style>
span { border-color: #DB58D6; }
span { border-color: rgb(219,88,214); }
td.TdClassName
{
border-color: #DB58D6;
}
.TagClassName
{
border-color: #DB58D6;
}
</style>