Html Css Color HEX #DB58BE Free Speech Magenta
📋 copy color: '#DB58BE'red 219 ◦ green 88 ◦ blue 190
Shades of Free Speech Magenta #DB58BE
Tints of Free Speech Magenta #DB58BE
RGB
CMYK
RGB Variations
Color information
#DB58BE (or 0xDB58BE) is known color: Free Speech Magenta. HEX triplet: DB, 58 and BE. RGB value is (219,88,190). Sum of RGB (Red+Green+Blue) = 219+88+190=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58BE is #24A741. Grayscale: #8A8A8A. Windows color (decimal): -2402114 or 12474587. OLE color: 12474587.
HSL color Cylindrical-coordinate representation of color #DB58BE: hue angle of 313.28º 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 #DB58BE is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 190 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.14 |
| HSL | 313.28º | 0.65% | 0.6% | - |
| HSV(B) | 313.28º | 0.6% | 0.86% | - |
| XYZ | 42 | 25.76 | 51.47 | - |
| YUV | 138.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 190 | 0 | 0.60 | 0.13 | 0.14 | 313.28 | 0.65 | 0.6 |
| Hex | DB | 58 | BE | 0 | 3C | D | E | 139 | 41 | 3C |
| Octal | 333 | 130 | 276 | 0 | 74 | 15 | 16 | 471 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10111110 | 0 | 111100 | 1101 | 1110 | 100111001 | 1000001 | 111100 |
Color Harmonies of #DB58BE
Complementary color
Monochromatic Colors of #DB58BE
Black with #DB58BE
Text Example
Text Example
White with #DB58BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58BE; }
p { color: rgb(219,88,190); }
H1.HeaderClassName
{
color: #DB58BE;
}
.AnyTagClassName
{
color: #DB58BE;
}
</style>
background-color css
<style>
a { background-color: #DB58BE; }
a { background-color: rgb(219,88,190); }
div.DivClassName
{
background-color: #DB58BE;
}
.BgClassName
{
background-color: #DB58BE;
}
</style>
border-color css
<style>
span { border-color: #DB58BE; }
span { border-color: rgb(219,88,190); }
td.TdClassName
{
border-color: #DB58BE;
}
.TagClassName
{
border-color: #DB58BE;
}
</style>