Html Css Color HEX #DB32DD Free Speech Magenta
📋 copy color: '#DB32DD'red 219 ◦ green 50 ◦ blue 221
Shades of Free Speech Magenta #DB32DD
Tints of Free Speech Magenta #DB32DD
RGB
CMYK
RGB Variations
Color information
#DB32DD (or 0xDB32DD) is known color: Free Speech Magenta. HEX triplet: DB, 32 and DD. RGB value is (219,50,221). Sum of RGB (Red+Green+Blue) = 219+50+221=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32DD is #24CD22. Grayscale: #777777. Windows color (decimal): -2411811 or 14496475. OLE color: 14496475.
HSL color Cylindrical-coordinate representation of color #DB32DD: hue angle of 299.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32DD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 50 | 221 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.13 |
| HSL | 299.3º | 0.72% | 0.53% | - |
| HSV(B) | 299.3º | 0.77% | 0.87% | - |
| XYZ | 43.41 | 22.56 | 70.47 | - |
| YUV | 120.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 221 | 0.01 | 0.77 | 0 | 0.13 | 299.3 | 0.72 | 0.53 |
| Hex | DB | 32 | DD | 1 | 4D | 0 | D | 12B | 48 | 35 |
| Octal | 333 | 62 | 335 | 1 | 115 | 0 | 15 | 453 | 110 | 65 |
| Binary | 11011011 | 110010 | 11011101 | 1 | 1001101 | 0 | 1101 | 100101011 | 1001000 | 110101 |
Color Harmonies of #DB32DD
Complementary color
Monochromatic Colors of #DB32DD
Black with #DB32DD
Text Example
Text Example
White with #DB32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32DD; }
p { color: rgb(219,50,221); }
H1.HeaderClassName
{
color: #DB32DD;
}
.AnyTagClassName
{
color: #DB32DD;
}
</style>
background-color css
<style>
a { background-color: #DB32DD; }
a { background-color: rgb(219,50,221); }
div.DivClassName
{
background-color: #DB32DD;
}
.BgClassName
{
background-color: #DB32DD;
}
</style>
border-color css
<style>
span { border-color: #DB32DD; }
span { border-color: rgb(219,50,221); }
td.TdClassName
{
border-color: #DB32DD;
}
.TagClassName
{
border-color: #DB32DD;
}
</style>