Html Css Color HEX #DB33DF Free Speech Magenta
📋 copy color: '#DB33DF'red 219 ◦ green 51 ◦ blue 223
Shades of Free Speech Magenta #DB33DF
Tints of Free Speech Magenta #DB33DF
RGB
CMYK
RGB Variations
Color information
#DB33DF (or 0xDB33DF) is known color: Free Speech Magenta. HEX triplet: DB, 33 and DF. RGB value is (219,51,223). Sum of RGB (Red+Green+Blue) = 219+51+223=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33DF is #24CC20. Grayscale: #787878. Windows color (decimal): -2411553 or 14627803. OLE color: 14627803.
HSL color Cylindrical-coordinate representation of color #DB33DF: hue angle of 298.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33DF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 51 | 223 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.13 |
| HSL | 298.6º | 0.73% | 0.54% | - |
| HSV(B) | 298.6º | 0.77% | 0.87% | - |
| XYZ | 43.72 | 22.76 | 71.9 | - |
| YUV | 120.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 223 | 0.02 | 0.77 | 0 | 0.13 | 298.6 | 0.73 | 0.54 |
| Hex | DB | 33 | DF | 2 | 4D | 0 | D | 12B | 49 | 36 |
| Octal | 333 | 63 | 337 | 2 | 115 | 0 | 15 | 453 | 111 | 66 |
| Binary | 11011011 | 110011 | 11011111 | 10 | 1001101 | 0 | 1101 | 100101011 | 1001001 | 110110 |
Color Harmonies of #DB33DF
Complementary color
Monochromatic Colors of #DB33DF
Black with #DB33DF
Text Example
Text Example
White with #DB33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33DF; }
p { color: rgb(219,51,223); }
H1.HeaderClassName
{
color: #DB33DF;
}
.AnyTagClassName
{
color: #DB33DF;
}
</style>
background-color css
<style>
a { background-color: #DB33DF; }
a { background-color: rgb(219,51,223); }
div.DivClassName
{
background-color: #DB33DF;
}
.BgClassName
{
background-color: #DB33DF;
}
</style>
border-color css
<style>
span { border-color: #DB33DF; }
span { border-color: rgb(219,51,223); }
td.TdClassName
{
border-color: #DB33DF;
}
.TagClassName
{
border-color: #DB33DF;
}
</style>