Html Css Color HEX #DB58BF Free Speech Magenta
📋 copy color: '#DB58BF'red 219 ◦ green 88 ◦ blue 191
Shades of Free Speech Magenta #DB58BF
Tints of Free Speech Magenta #DB58BF
RGB
CMYK
RGB Variations
Color information
#DB58BF (or 0xDB58BF) is known color: Free Speech Magenta. HEX triplet: DB, 58 and BF. RGB value is (219,88,191). Sum of RGB (Red+Green+Blue) = 219+88+191=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58BF is #24A740. Grayscale: #8A8A8A. Windows color (decimal): -2402113 or 12540123. OLE color: 12540123.
HSL color Cylindrical-coordinate representation of color #DB58BF: hue angle of 312.82º 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 #DB58BF is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 191 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.14 |
| HSL | 312.82º | 0.65% | 0.6% | - |
| HSV(B) | 312.82º | 0.6% | 0.86% | - |
| XYZ | 42.11 | 25.8 | 52.05 | - |
| YUV | 138.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 191 | 0 | 0.60 | 0.13 | 0.14 | 312.82 | 0.65 | 0.6 |
| Hex | DB | 58 | BF | 0 | 3C | D | E | 139 | 41 | 3C |
| Octal | 333 | 130 | 277 | 0 | 74 | 15 | 16 | 471 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10111111 | 0 | 111100 | 1101 | 1110 | 100111001 | 1000001 | 111100 |
Color Harmonies of #DB58BF
Complementary color
Monochromatic Colors of #DB58BF
Black with #DB58BF
Text Example
Text Example
White with #DB58BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58BF; }
p { color: rgb(219,88,191); }
H1.HeaderClassName
{
color: #DB58BF;
}
.AnyTagClassName
{
color: #DB58BF;
}
</style>
background-color css
<style>
a { background-color: #DB58BF; }
a { background-color: rgb(219,88,191); }
div.DivClassName
{
background-color: #DB58BF;
}
.BgClassName
{
background-color: #DB58BF;
}
</style>
border-color css
<style>
span { border-color: #DB58BF; }
span { border-color: rgb(219,88,191); }
td.TdClassName
{
border-color: #DB58BF;
}
.TagClassName
{
border-color: #DB58BF;
}
</style>