Html Css Color HEX #DB32E5 Free Speech Magenta
📋 copy color: '#DB32E5'red 219 ◦ green 50 ◦ blue 229
Shades of Free Speech Magenta #DB32E5
Tints of Free Speech Magenta #DB32E5
RGB
CMYK
RGB Variations
Color information
#DB32E5 (or 0xDB32E5) is known color: Free Speech Magenta. HEX triplet: DB, 32 and E5. RGB value is (219,50,229). Sum of RGB (Red+Green+Blue) = 219+50+229=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32E5 is #24CD1A. Grayscale: #787878. Windows color (decimal): -2411803 or 15020763. OLE color: 15020763.
HSL color Cylindrical-coordinate representation of color #DB32E5: hue angle of 296.65º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB32E5 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 50 | 229 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.10 |
| HSL | 296.65º | 0.77% | 0.55% | - |
| HSV(B) | 296.65º | 0.78% | 0.9% | - |
| XYZ | 44.5 | 23 | 76.22 | - |
| YUV | 120.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 229 | 0.04 | 0.78 | 0 | 0.10 | 296.65 | 0.77 | 0.55 |
| Hex | DB | 32 | E5 | 4 | 4E | 0 | A | 129 | 4D | 37 |
| Octal | 333 | 62 | 345 | 4 | 116 | 0 | 12 | 451 | 115 | 67 |
| Binary | 11011011 | 110010 | 11100101 | 100 | 1001110 | 0 | 1010 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DB32E5
Complementary color
Monochromatic Colors of #DB32E5
Black with #DB32E5
Text Example
Text Example
White with #DB32E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32E5; }
p { color: rgb(219,50,229); }
H1.HeaderClassName
{
color: #DB32E5;
}
.AnyTagClassName
{
color: #DB32E5;
}
</style>
background-color css
<style>
a { background-color: #DB32E5; }
a { background-color: rgb(219,50,229); }
div.DivClassName
{
background-color: #DB32E5;
}
.BgClassName
{
background-color: #DB32E5;
}
</style>
border-color css
<style>
span { border-color: #DB32E5; }
span { border-color: rgb(219,50,229); }
td.TdClassName
{
border-color: #DB32E5;
}
.TagClassName
{
border-color: #DB32E5;
}
</style>