Html Css Color HEX #DB32DF Free Speech Magenta
📋 copy color: '#DB32DF'red 219 ◦ green 50 ◦ blue 223
Shades of Free Speech Magenta #DB32DF
Tints of Free Speech Magenta #DB32DF
RGB
CMYK
RGB Variations
Color information
#DB32DF (or 0xDB32DF) is known color: Free Speech Magenta. HEX triplet: DB, 32 and DF. RGB value is (219,50,223). Sum of RGB (Red+Green+Blue) = 219+50+223=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32DF is #24CD20. Grayscale: #777777. Windows color (decimal): -2411809 or 14627547. OLE color: 14627547.
HSL color Cylindrical-coordinate representation of color #DB32DF: hue angle of 298.61º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB32DF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 50 | 223 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.13 |
| HSL | 298.61º | 0.73% | 0.54% | - |
| HSV(B) | 298.61º | 0.78% | 0.87% | - |
| XYZ | 43.67 | 22.67 | 71.89 | - |
| YUV | 120.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 223 | 0.02 | 0.78 | 0 | 0.13 | 298.61 | 0.73 | 0.54 |
| Hex | DB | 32 | DF | 2 | 4E | 0 | D | 12B | 49 | 36 |
| Octal | 333 | 62 | 337 | 2 | 116 | 0 | 15 | 453 | 111 | 66 |
| Binary | 11011011 | 110010 | 11011111 | 10 | 1001110 | 0 | 1101 | 100101011 | 1001001 | 110110 |
Color Harmonies of #DB32DF
Complementary color
Monochromatic Colors of #DB32DF
Black with #DB32DF
Text Example
Text Example
White with #DB32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32DF; }
p { color: rgb(219,50,223); }
H1.HeaderClassName
{
color: #DB32DF;
}
.AnyTagClassName
{
color: #DB32DF;
}
</style>
background-color css
<style>
a { background-color: #DB32DF; }
a { background-color: rgb(219,50,223); }
div.DivClassName
{
background-color: #DB32DF;
}
.BgClassName
{
background-color: #DB32DF;
}
</style>
border-color css
<style>
span { border-color: #DB32DF; }
span { border-color: rgb(219,50,223); }
td.TdClassName
{
border-color: #DB32DF;
}
.TagClassName
{
border-color: #DB32DF;
}
</style>