Html Css Color HEX #DB59BF Free Speech Magenta
📋 copy color: '#DB59BF'red 219 ◦ green 89 ◦ blue 191
Shades of Free Speech Magenta #DB59BF
Tints of Free Speech Magenta #DB59BF
RGB
CMYK
RGB Variations
Color information
#DB59BF (or 0xDB59BF) is known color: Free Speech Magenta. HEX triplet: DB, 59 and BF. RGB value is (219,89,191). Sum of RGB (Red+Green+Blue) = 219+89+191=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59BF is #24A640. Grayscale: #8B8B8B. Windows color (decimal): -2401857 or 12540379. OLE color: 12540379.
HSL color Cylindrical-coordinate representation of color #DB59BF: hue angle of 312.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59BF is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 191 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.14 |
| HSL | 312.92º | 0.64% | 0.6% | - |
| HSV(B) | 312.92º | 0.59% | 0.86% | - |
| XYZ | 42.19 | 25.97 | 52.08 | - |
| YUV | 139.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 191 | 0 | 0.59 | 0.13 | 0.14 | 312.92 | 0.64 | 0.6 |
| Hex | DB | 59 | BF | 0 | 3B | D | E | 139 | 40 | 3C |
| Octal | 333 | 131 | 277 | 0 | 73 | 15 | 16 | 471 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10111111 | 0 | 111011 | 1101 | 1110 | 100111001 | 1000000 | 111100 |
Color Harmonies of #DB59BF
Complementary color
Monochromatic Colors of #DB59BF
Black with #DB59BF
Text Example
Text Example
White with #DB59BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59BF; }
p { color: rgb(219,89,191); }
H1.HeaderClassName
{
color: #DB59BF;
}
.AnyTagClassName
{
color: #DB59BF;
}
</style>
background-color css
<style>
a { background-color: #DB59BF; }
a { background-color: rgb(219,89,191); }
div.DivClassName
{
background-color: #DB59BF;
}
.BgClassName
{
background-color: #DB59BF;
}
</style>
border-color css
<style>
span { border-color: #DB59BF; }
span { border-color: rgb(219,89,191); }
td.TdClassName
{
border-color: #DB59BF;
}
.TagClassName
{
border-color: #DB59BF;
}
</style>