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