Html Css Color HEX #DB5DB9 Free Speech Magenta
📋 copy color: '#DB5DB9'red 219 ◦ green 93 ◦ blue 185
Shades of Free Speech Magenta #DB5DB9
Tints of Free Speech Magenta #DB5DB9
RGB
CMYK
RGB Variations
Color information
#DB5DB9 (or 0xDB5DB9) is known color: Free Speech Magenta. HEX triplet: DB, 5D and B9. RGB value is (219,93,185). Sum of RGB (Red+Green+Blue) = 219+93+185=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DB9 is #24A246. Grayscale: #8C8C8C. Windows color (decimal): -2400839 or 12148187. OLE color: 12148187.
HSL color Cylindrical-coordinate representation of color #DB5DB9: hue angle of 316.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 185 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.14 |
| HSL | 316.19º | 0.64% | 0.61% | - |
| HSV(B) | 316.19º | 0.58% | 0.86% | - |
| XYZ | 41.88 | 26.39 | 48.79 | - |
| YUV | 141.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 185 | 0 | 0.58 | 0.16 | 0.14 | 316.19 | 0.64 | 0.61 |
| Hex | DB | 5D | B9 | 0 | 3A | 10 | E | 13C | 40 | 3D |
| Octal | 333 | 135 | 271 | 0 | 72 | 20 | 16 | 474 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10111001 | 0 | 111010 | 10000 | 1110 | 100111100 | 1000000 | 111101 |
Color Harmonies of #DB5DB9
Complementary color
Monochromatic Colors of #DB5DB9
Black with #DB5DB9
Text Example
Text Example
White with #DB5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DB9; }
p { color: rgb(219,93,185); }
H1.HeaderClassName
{
color: #DB5DB9;
}
.AnyTagClassName
{
color: #DB5DB9;
}
</style>
background-color css
<style>
a { background-color: #DB5DB9; }
a { background-color: rgb(219,93,185); }
div.DivClassName
{
background-color: #DB5DB9;
}
.BgClassName
{
background-color: #DB5DB9;
}
</style>
border-color css
<style>
span { border-color: #DB5DB9; }
span { border-color: rgb(219,93,185); }
td.TdClassName
{
border-color: #DB5DB9;
}
.TagClassName
{
border-color: #DB5DB9;
}
</style>