Html Css Color HEX #DB37D8 Free Speech Magenta
📋 copy color: '#DB37D8'red 219 ◦ green 55 ◦ blue 216
Shades of Free Speech Magenta #DB37D8
Tints of Free Speech Magenta #DB37D8
RGB
CMYK
RGB Variations
Color information
#DB37D8 (or 0xDB37D8) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D8. RGB value is (219,55,216). Sum of RGB (Red+Green+Blue) = 219+55+216=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D8 is #24C827. Grayscale: #797979. Windows color (decimal): -2410536 or 14170075. OLE color: 14170075.
HSL color Cylindrical-coordinate representation of color #DB37D8: hue angle of 301.1º 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 #DB37D8 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 216 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.14 |
| HSL | 301.1º | 0.69% | 0.54% | - |
| HSV(B) | 301.1º | 0.75% | 0.86% | - |
| XYZ | 42.97 | 22.75 | 67.09 | - |
| YUV | 122.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 216 | 0 | 0.75 | 0.01 | 0.14 | 301.1 | 0.69 | 0.54 |
| Hex | DB | 37 | D8 | 0 | 4B | 1 | E | 12D | 45 | 36 |
| Octal | 333 | 67 | 330 | 0 | 113 | 1 | 16 | 455 | 105 | 66 |
| Binary | 11011011 | 110111 | 11011000 | 0 | 1001011 | 1 | 1110 | 100101101 | 1000101 | 110110 |
Color Harmonies of #DB37D8
Complementary color
Monochromatic Colors of #DB37D8
Black with #DB37D8
Text Example
Text Example
White with #DB37D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37D8; }
p { color: rgb(219,55,216); }
H1.HeaderClassName
{
color: #DB37D8;
}
.AnyTagClassName
{
color: #DB37D8;
}
</style>
background-color css
<style>
a { background-color: #DB37D8; }
a { background-color: rgb(219,55,216); }
div.DivClassName
{
background-color: #DB37D8;
}
.BgClassName
{
background-color: #DB37D8;
}
</style>
border-color css
<style>
span { border-color: #DB37D8; }
span { border-color: rgb(219,55,216); }
td.TdClassName
{
border-color: #DB37D8;
}
.TagClassName
{
border-color: #DB37D8;
}
</style>