Html Css Color HEX #DB37E9 Free Speech Magenta
📋 copy color: '#DB37E9'red 219 ◦ green 55 ◦ blue 233
Shades of Free Speech Magenta #DB37E9
Tints of Free Speech Magenta #DB37E9
RGB
CMYK
RGB Variations
Color information
#DB37E9 (or 0xDB37E9) is known color: Free Speech Magenta. HEX triplet: DB, 37 and E9. RGB value is (219,55,233). Sum of RGB (Red+Green+Blue) = 219+55+233=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB37E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37E9 is #24C816. Grayscale: #7B7B7B. Windows color (decimal): -2410519 or 15284187. OLE color: 15284187.
HSL color Cylindrical-coordinate representation of color #DB37E9: hue angle of 295.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB37E9 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 55 | 233 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.09 |
| HSL | 295.28º | 0.8% | 0.56% | - |
| HSV(B) | 295.28º | 0.76% | 0.91% | - |
| XYZ | 45.29 | 23.68 | 79.27 | - |
| YUV | 124.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 233 | 0.06 | 0.76 | 0 | 0.09 | 295.28 | 0.8 | 0.56 |
| Hex | DB | 37 | E9 | 6 | 4C | 0 | 9 | 127 | 50 | 38 |
| Octal | 333 | 67 | 351 | 6 | 114 | 0 | 11 | 447 | 120 | 70 |
| Binary | 11011011 | 110111 | 11101001 | 110 | 1001100 | 0 | 1001 | 100100111 | 1010000 | 111000 |
Color Harmonies of #DB37E9
Complementary color
Monochromatic Colors of #DB37E9
Black with #DB37E9
Text Example
Text Example
White with #DB37E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37E9; }
p { color: rgb(219,55,233); }
H1.HeaderClassName
{
color: #DB37E9;
}
.AnyTagClassName
{
color: #DB37E9;
}
</style>
background-color css
<style>
a { background-color: #DB37E9; }
a { background-color: rgb(219,55,233); }
div.DivClassName
{
background-color: #DB37E9;
}
.BgClassName
{
background-color: #DB37E9;
}
</style>
border-color css
<style>
span { border-color: #DB37E9; }
span { border-color: rgb(219,55,233); }
td.TdClassName
{
border-color: #DB37E9;
}
.TagClassName
{
border-color: #DB37E9;
}
</style>