Html Css Color HEX #DB37D5 Free Speech Magenta
📋 copy color: '#DB37D5'red 219 ◦ green 55 ◦ blue 213
Shades of Free Speech Magenta #DB37D5
Tints of Free Speech Magenta #DB37D5
RGB
CMYK
RGB Variations
Color information
#DB37D5 (or 0xDB37D5) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D5. RGB value is (219,55,213). Sum of RGB (Red+Green+Blue) = 219+55+213=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D5 is #24C82A. Grayscale: #797979. Windows color (decimal): -2410539 or 13973467. OLE color: 13973467.
HSL color Cylindrical-coordinate representation of color #DB37D5: hue angle of 302.2º 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 #DB37D5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 213 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.14 |
| HSL | 302.2º | 0.69% | 0.54% | - |
| HSV(B) | 302.2º | 0.75% | 0.86% | - |
| XYZ | 42.59 | 22.6 | 65.07 | - |
| YUV | 122.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 213 | 0 | 0.75 | 0.03 | 0.14 | 302.2 | 0.69 | 0.54 |
| Hex | DB | 37 | D5 | 0 | 4B | 3 | E | 12E | 45 | 36 |
| Octal | 333 | 67 | 325 | 0 | 113 | 3 | 16 | 456 | 105 | 66 |
| Binary | 11011011 | 110111 | 11010101 | 0 | 1001011 | 11 | 1110 | 100101110 | 1000101 | 110110 |
Color Harmonies of #DB37D5
Complementary color
Monochromatic Colors of #DB37D5
Black with #DB37D5
Text Example
Text Example
White with #DB37D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37D5; }
p { color: rgb(219,55,213); }
H1.HeaderClassName
{
color: #DB37D5;
}
.AnyTagClassName
{
color: #DB37D5;
}
</style>
background-color css
<style>
a { background-color: #DB37D5; }
a { background-color: rgb(219,55,213); }
div.DivClassName
{
background-color: #DB37D5;
}
.BgClassName
{
background-color: #DB37D5;
}
</style>
border-color css
<style>
span { border-color: #DB37D5; }
span { border-color: rgb(219,55,213); }
td.TdClassName
{
border-color: #DB37D5;
}
.TagClassName
{
border-color: #DB37D5;
}
</style>