Html Css Color HEX #DB37D9 Free Speech Magenta
📋 copy color: '#DB37D9'red 219 ◦ green 55 ◦ blue 217
Shades of Free Speech Magenta #DB37D9
Tints of Free Speech Magenta #DB37D9
RGB
CMYK
RGB Variations
Color information
#DB37D9 (or 0xDB37D9) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D9. RGB value is (219,55,217). Sum of RGB (Red+Green+Blue) = 219+55+217=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D9 is #24C826. Grayscale: #7A7A7A. Windows color (decimal): -2410535 or 14235611. OLE color: 14235611.
HSL color Cylindrical-coordinate representation of color #DB37D9: hue angle of 300.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37D9 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 217 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.14 |
| HSL | 300.73º | 0.69% | 0.54% | - |
| HSV(B) | 300.73º | 0.75% | 0.86% | - |
| XYZ | 43.1 | 22.8 | 67.78 | - |
| YUV | 122.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 217 | 0 | 0.75 | 0.01 | 0.14 | 300.73 | 0.69 | 0.54 |
| Hex | DB | 37 | D9 | 0 | 4B | 1 | E | 12D | 45 | 36 |
| Octal | 333 | 67 | 331 | 0 | 113 | 1 | 16 | 455 | 105 | 66 |
| Binary | 11011011 | 110111 | 11011001 | 0 | 1001011 | 1 | 1110 | 100101101 | 1000101 | 110110 |
Color Harmonies of #DB37D9
Complementary color
Monochromatic Colors of #DB37D9
Black with #DB37D9
Text Example
Text Example
White with #DB37D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37D9; }
p { color: rgb(219,55,217); }
H1.HeaderClassName
{
color: #DB37D9;
}
.AnyTagClassName
{
color: #DB37D9;
}
</style>
background-color css
<style>
a { background-color: #DB37D9; }
a { background-color: rgb(219,55,217); }
div.DivClassName
{
background-color: #DB37D9;
}
.BgClassName
{
background-color: #DB37D9;
}
</style>
border-color css
<style>
span { border-color: #DB37D9; }
span { border-color: rgb(219,55,217); }
td.TdClassName
{
border-color: #DB37D9;
}
.TagClassName
{
border-color: #DB37D9;
}
</style>