Html Css Color HEX #DB37D7 Free Speech Magenta
📋 copy color: '#DB37D7'red 219 ◦ green 55 ◦ blue 215
Shades of Free Speech Magenta #DB37D7
Tints of Free Speech Magenta #DB37D7
RGB
CMYK
RGB Variations
Color information
#DB37D7 (or 0xDB37D7) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D7. RGB value is (219,55,215). Sum of RGB (Red+Green+Blue) = 219+55+215=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D7 is #24C828. Grayscale: #797979. Windows color (decimal): -2410537 or 14104539. OLE color: 14104539.
HSL color Cylindrical-coordinate representation of color #DB37D7: hue angle of 301.46º 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 #DB37D7 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 215 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.14 |
| HSL | 301.46º | 0.69% | 0.54% | - |
| HSV(B) | 301.46º | 0.75% | 0.86% | - |
| XYZ | 42.85 | 22.7 | 66.41 | - |
| YUV | 122.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 215 | 0 | 0.75 | 0.02 | 0.14 | 301.46 | 0.69 | 0.54 |
| Hex | DB | 37 | D7 | 0 | 4B | 2 | E | 12D | 45 | 36 |
| Octal | 333 | 67 | 327 | 0 | 113 | 2 | 16 | 455 | 105 | 66 |
| Binary | 11011011 | 110111 | 11010111 | 0 | 1001011 | 10 | 1110 | 100101101 | 1000101 | 110110 |
Color Harmonies of #DB37D7
Complementary color
Monochromatic Colors of #DB37D7
Black with #DB37D7
Text Example
Text Example
White with #DB37D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37D7; }
p { color: rgb(219,55,215); }
H1.HeaderClassName
{
color: #DB37D7;
}
.AnyTagClassName
{
color: #DB37D7;
}
</style>
background-color css
<style>
a { background-color: #DB37D7; }
a { background-color: rgb(219,55,215); }
div.DivClassName
{
background-color: #DB37D7;
}
.BgClassName
{
background-color: #DB37D7;
}
</style>
border-color css
<style>
span { border-color: #DB37D7; }
span { border-color: rgb(219,55,215); }
td.TdClassName
{
border-color: #DB37D7;
}
.TagClassName
{
border-color: #DB37D7;
}
</style>