Html Css Color HEX #DB32DB Free Speech Magenta
📋 copy color: '#DB32DB'red 219 ◦ green 50 ◦ blue 219
Shades of Free Speech Magenta #DB32DB
Tints of Free Speech Magenta #DB32DB
RGB
CMYK
RGB Variations
Color information
#DB32DB (or 0xDB32DB) is known color: Free Speech Magenta. HEX triplet: DB, 32 and DB. RGB value is (219,50,219). Sum of RGB (Red+Green+Blue) = 219+50+219=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32DB is #24CD24. Grayscale: #777777. Windows color (decimal): -2411813 or 14365403. OLE color: 14365403.
HSL color Cylindrical-coordinate representation of color #DB32DB: hue angle of 300º 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 #DB32DB is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 219 | - |
| CMYK | 0 | 0.77 | 0 | 0.14 |
| HSL | 300º | 0.7% | 0.53% | - |
| HSV(B) | 300º | 0.77% | 0.86% | - |
| XYZ | 43.14 | 22.46 | 69.08 | - |
| YUV | 119.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 219 | 0 | 0.77 | 0 | 0.14 | 300 | 0.7 | 0.53 |
| Hex | DB | 32 | DB | 0 | 4D | 0 | E | 12C | 46 | 35 |
| Octal | 333 | 62 | 333 | 0 | 115 | 0 | 16 | 454 | 106 | 65 |
| Binary | 11011011 | 110010 | 11011011 | 0 | 1001101 | 0 | 1110 | 100101100 | 1000110 | 110101 |
Color Harmonies of #DB32DB
Complementary color
Monochromatic Colors of #DB32DB
Black with #DB32DB
Text Example
Text Example
White with #DB32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32DB; }
p { color: rgb(219,50,219); }
H1.HeaderClassName
{
color: #DB32DB;
}
.AnyTagClassName
{
color: #DB32DB;
}
</style>
background-color css
<style>
a { background-color: #DB32DB; }
a { background-color: rgb(219,50,219); }
div.DivClassName
{
background-color: #DB32DB;
}
.BgClassName
{
background-color: #DB32DB;
}
</style>
border-color css
<style>
span { border-color: #DB32DB; }
span { border-color: rgb(219,50,219); }
td.TdClassName
{
border-color: #DB32DB;
}
.TagClassName
{
border-color: #DB32DB;
}
</style>