Html Css Color HEX #DB37E4 Free Speech Magenta
📋 copy color: '#DB37E4'red 219 ◦ green 55 ◦ blue 228
Shades of Free Speech Magenta #DB37E4
Tints of Free Speech Magenta #DB37E4
RGB
CMYK
RGB Variations
Color information
#DB37E4 (or 0xDB37E4) is known color: Free Speech Magenta. HEX triplet: DB, 37 and E4. RGB value is (219,55,228). Sum of RGB (Red+Green+Blue) = 219+55+228=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB37E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37E4 is #24C81B. Grayscale: #7B7B7B. Windows color (decimal): -2410524 or 14956507. OLE color: 14956507.
HSL color Cylindrical-coordinate representation of color #DB37E4: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB37E4 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 55 | 228 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.11 |
| HSL | 296.88º | 0.76% | 0.55% | - |
| HSV(B) | 296.88º | 0.76% | 0.89% | - |
| XYZ | 44.58 | 23.39 | 75.56 | - |
| YUV | 123.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 228 | 0.04 | 0.76 | 0 | 0.11 | 296.88 | 0.76 | 0.55 |
| Hex | DB | 37 | E4 | 4 | 4C | 0 | B | 129 | 4C | 37 |
| Octal | 333 | 67 | 344 | 4 | 114 | 0 | 13 | 451 | 114 | 67 |
| Binary | 11011011 | 110111 | 11100100 | 100 | 1001100 | 0 | 1011 | 100101001 | 1001100 | 110111 |
Color Harmonies of #DB37E4
Complementary color
Monochromatic Colors of #DB37E4
Black with #DB37E4
Text Example
Text Example
White with #DB37E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37E4; }
p { color: rgb(219,55,228); }
H1.HeaderClassName
{
color: #DB37E4;
}
.AnyTagClassName
{
color: #DB37E4;
}
</style>
background-color css
<style>
a { background-color: #DB37E4; }
a { background-color: rgb(219,55,228); }
div.DivClassName
{
background-color: #DB37E4;
}
.BgClassName
{
background-color: #DB37E4;
}
</style>
border-color css
<style>
span { border-color: #DB37E4; }
span { border-color: rgb(219,55,228); }
td.TdClassName
{
border-color: #DB37E4;
}
.TagClassName
{
border-color: #DB37E4;
}
</style>