Html Css Color HEX #DB37DA Free Speech Magenta
📋 copy color: '#DB37DA'red 219 ◦ green 55 ◦ blue 218
Shades of Free Speech Magenta #DB37DA
Tints of Free Speech Magenta #DB37DA
RGB
CMYK
RGB Variations
Color information
#DB37DA (or 0xDB37DA) is known color: Free Speech Magenta. HEX triplet: DB, 37 and DA. RGB value is (219,55,218). Sum of RGB (Red+Green+Blue) = 219+55+218=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37DA is #24C825. Grayscale: #7A7A7A. Windows color (decimal): -2410534 or 14301147. OLE color: 14301147.
HSL color Cylindrical-coordinate representation of color #DB37DA: hue angle of 300.37º 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 #DB37DA is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 218 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.14 |
| HSL | 300.37º | 0.69% | 0.54% | - |
| HSV(B) | 300.37º | 0.75% | 0.86% | - |
| XYZ | 43.23 | 22.85 | 68.46 | - |
| YUV | 122.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 218 | 0 | 0.75 | 0.00 | 0.14 | 300.37 | 0.69 | 0.54 |
| Hex | DB | 37 | DA | 0 | 4B | 0 | E | 12C | 45 | 36 |
| Octal | 333 | 67 | 332 | 0 | 113 | 0 | 16 | 454 | 105 | 66 |
| Binary | 11011011 | 110111 | 11011010 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000101 | 110110 |
Color Harmonies of #DB37DA
Complementary color
Monochromatic Colors of #DB37DA
Black with #DB37DA
Text Example
Text Example
White with #DB37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37DA; }
p { color: rgb(219,55,218); }
H1.HeaderClassName
{
color: #DB37DA;
}
.AnyTagClassName
{
color: #DB37DA;
}
</style>
background-color css
<style>
a { background-color: #DB37DA; }
a { background-color: rgb(219,55,218); }
div.DivClassName
{
background-color: #DB37DA;
}
.BgClassName
{
background-color: #DB37DA;
}
</style>
border-color css
<style>
span { border-color: #DB37DA; }
span { border-color: rgb(219,55,218); }
td.TdClassName
{
border-color: #DB37DA;
}
.TagClassName
{
border-color: #DB37DA;
}
</style>