Html Css Color HEX #DB37E0 Free Speech Magenta
📋 copy color: '#DB37E0'red 219 ◦ green 55 ◦ blue 224
Shades of Free Speech Magenta #DB37E0
Tints of Free Speech Magenta #DB37E0
RGB
CMYK
RGB Variations
Color information
#DB37E0 (or 0xDB37E0) is known color: Free Speech Magenta. HEX triplet: DB, 37 and E0. RGB value is (219,55,224). Sum of RGB (Red+Green+Blue) = 219+55+224=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37E0 is #24C81F. Grayscale: #7A7A7A. Windows color (decimal): -2410528 or 14694363. OLE color: 14694363.
HSL color Cylindrical-coordinate representation of color #DB37E0: hue angle of 298.22º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37E0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 55 | 224 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.12 |
| HSL | 298.22º | 0.73% | 0.55% | - |
| HSV(B) | 298.22º | 0.75% | 0.88% | - |
| XYZ | 44.03 | 23.17 | 72.67 | - |
| YUV | 123.3 | 184.83 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 224 | 0.02 | 0.75 | 0 | 0.12 | 298.22 | 0.73 | 0.55 |
| Hex | DB | 37 | E0 | 2 | 4B | 0 | C | 12A | 49 | 37 |
| Octal | 333 | 67 | 340 | 2 | 113 | 0 | 14 | 452 | 111 | 67 |
| Binary | 11011011 | 110111 | 11100000 | 10 | 1001011 | 0 | 1100 | 100101010 | 1001001 | 110111 |
Color Harmonies of #DB37E0
Complementary color
Monochromatic Colors of #DB37E0
Black with #DB37E0
Text Example
Text Example
White with #DB37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37E0; }
p { color: rgb(219,55,224); }
H1.HeaderClassName
{
color: #DB37E0;
}
.AnyTagClassName
{
color: #DB37E0;
}
</style>
background-color css
<style>
a { background-color: #DB37E0; }
a { background-color: rgb(219,55,224); }
div.DivClassName
{
background-color: #DB37E0;
}
.BgClassName
{
background-color: #DB37E0;
}
</style>
border-color css
<style>
span { border-color: #DB37E0; }
span { border-color: rgb(219,55,224); }
td.TdClassName
{
border-color: #DB37E0;
}
.TagClassName
{
border-color: #DB37E0;
}
</style>