Html Css Color HEX #DB32E0 Free Speech Magenta
📋 copy color: '#DB32E0'red 219 ◦ green 50 ◦ blue 224
Shades of Free Speech Magenta #DB32E0
Tints of Free Speech Magenta #DB32E0
RGB
CMYK
RGB Variations
Color information
#DB32E0 (or 0xDB32E0) is known color: Free Speech Magenta. HEX triplet: DB, 32 and E0. RGB value is (219,50,224). Sum of RGB (Red+Green+Blue) = 219+50+224=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB32E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32E0 is #24CD1F. Grayscale: #777777. Windows color (decimal): -2411808 or 14693083. OLE color: 14693083.
HSL color Cylindrical-coordinate representation of color #DB32E0: hue angle of 298.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB32E0 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 50 | 224 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.12 |
| HSL | 298.28º | 0.74% | 0.54% | - |
| HSV(B) | 298.28º | 0.78% | 0.88% | - |
| XYZ | 43.81 | 22.72 | 72.6 | - |
| YUV | 120.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 224 | 0.02 | 0.78 | 0 | 0.12 | 298.28 | 0.74 | 0.54 |
| Hex | DB | 32 | E0 | 2 | 4E | 0 | C | 12A | 4A | 36 |
| Octal | 333 | 62 | 340 | 2 | 116 | 0 | 14 | 452 | 112 | 66 |
| Binary | 11011011 | 110010 | 11100000 | 10 | 1001110 | 0 | 1100 | 100101010 | 1001010 | 110110 |
Color Harmonies of #DB32E0
Complementary color
Monochromatic Colors of #DB32E0
Black with #DB32E0
Text Example
Text Example
White with #DB32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32E0; }
p { color: rgb(219,50,224); }
H1.HeaderClassName
{
color: #DB32E0;
}
.AnyTagClassName
{
color: #DB32E0;
}
</style>
background-color css
<style>
a { background-color: #DB32E0; }
a { background-color: rgb(219,50,224); }
div.DivClassName
{
background-color: #DB32E0;
}
.BgClassName
{
background-color: #DB32E0;
}
</style>
border-color css
<style>
span { border-color: #DB32E0; }
span { border-color: rgb(219,50,224); }
td.TdClassName
{
border-color: #DB32E0;
}
.TagClassName
{
border-color: #DB32E0;
}
</style>