Html Css Color HEX #DB37DF Free Speech Magenta
📋 copy color: '#DB37DF'red 219 ◦ green 55 ◦ blue 223
Shades of Free Speech Magenta #DB37DF
Tints of Free Speech Magenta #DB37DF
RGB
CMYK
RGB Variations
Color information
#DB37DF (or 0xDB37DF) is known color: Free Speech Magenta. HEX triplet: DB, 37 and DF. RGB value is (219,55,223). Sum of RGB (Red+Green+Blue) = 219+55+223=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37DF is #24C820. Grayscale: #7A7A7A. Windows color (decimal): -2410529 or 14628827. OLE color: 14628827.
HSL color Cylindrical-coordinate representation of color #DB37DF: hue angle of 298.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37DF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 55 | 223 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.13 |
| HSL | 298.57º | 0.72% | 0.55% | - |
| HSV(B) | 298.57º | 0.75% | 0.87% | - |
| XYZ | 43.9 | 23.12 | 71.96 | - |
| YUV | 123.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 223 | 0.02 | 0.75 | 0 | 0.13 | 298.57 | 0.72 | 0.55 |
| Hex | DB | 37 | DF | 2 | 4B | 0 | D | 12B | 48 | 37 |
| Octal | 333 | 67 | 337 | 2 | 113 | 0 | 15 | 453 | 110 | 67 |
| Binary | 11011011 | 110111 | 11011111 | 10 | 1001011 | 0 | 1101 | 100101011 | 1001000 | 110111 |
Color Harmonies of #DB37DF
Complementary color
Monochromatic Colors of #DB37DF
Black with #DB37DF
Text Example
Text Example
White with #DB37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37DF; }
p { color: rgb(219,55,223); }
H1.HeaderClassName
{
color: #DB37DF;
}
.AnyTagClassName
{
color: #DB37DF;
}
</style>
background-color css
<style>
a { background-color: #DB37DF; }
a { background-color: rgb(219,55,223); }
div.DivClassName
{
background-color: #DB37DF;
}
.BgClassName
{
background-color: #DB37DF;
}
</style>
border-color css
<style>
span { border-color: #DB37DF; }
span { border-color: rgb(219,55,223); }
td.TdClassName
{
border-color: #DB37DF;
}
.TagClassName
{
border-color: #DB37DF;
}
</style>