Html Css Color HEX #DB32D9 Free Speech Magenta
📋 copy color: '#DB32D9'red 219 ◦ green 50 ◦ blue 217
Shades of Free Speech Magenta #DB32D9
Tints of Free Speech Magenta #DB32D9
RGB
CMYK
RGB Variations
Color information
#DB32D9 (or 0xDB32D9) is known color: Free Speech Magenta. HEX triplet: DB, 32 and D9. RGB value is (219,50,217). Sum of RGB (Red+Green+Blue) = 219+50+217=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32D9 is #24CD26. Grayscale: #777777. Windows color (decimal): -2411815 or 14234331. OLE color: 14234331.
HSL color Cylindrical-coordinate representation of color #DB32D9: hue angle of 300.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32D9 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 217 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.14 |
| HSL | 300.71º | 0.7% | 0.53% | - |
| HSV(B) | 300.71º | 0.77% | 0.86% | - |
| XYZ | 42.88 | 22.35 | 67.7 | - |
| YUV | 119.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 217 | 0 | 0.77 | 0.01 | 0.14 | 300.71 | 0.7 | 0.53 |
| Hex | DB | 32 | D9 | 0 | 4D | 1 | E | 12D | 46 | 35 |
| Octal | 333 | 62 | 331 | 0 | 115 | 1 | 16 | 455 | 106 | 65 |
| Binary | 11011011 | 110010 | 11011001 | 0 | 1001101 | 1 | 1110 | 100101101 | 1000110 | 110101 |
Color Harmonies of #DB32D9
Complementary color
Monochromatic Colors of #DB32D9
Black with #DB32D9
Text Example
Text Example
White with #DB32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32D9; }
p { color: rgb(219,50,217); }
H1.HeaderClassName
{
color: #DB32D9;
}
.AnyTagClassName
{
color: #DB32D9;
}
</style>
background-color css
<style>
a { background-color: #DB32D9; }
a { background-color: rgb(219,50,217); }
div.DivClassName
{
background-color: #DB32D9;
}
.BgClassName
{
background-color: #DB32D9;
}
</style>
border-color css
<style>
span { border-color: #DB32D9; }
span { border-color: rgb(219,50,217); }
td.TdClassName
{
border-color: #DB32D9;
}
.TagClassName
{
border-color: #DB32D9;
}
</style>