Html Css Color HEX #DB32EC Free Speech Magenta
📋 copy color: '#DB32EC'red 219 ◦ green 50 ◦ blue 236
Shades of Free Speech Magenta #DB32EC
Tints of Free Speech Magenta #DB32EC
RGB
CMYK
RGB Variations
Color information
#DB32EC (or 0xDB32EC) is known color: Free Speech Magenta. HEX triplet: DB, 32 and EC. RGB value is (219,50,236). Sum of RGB (Red+Green+Blue) = 219+50+236=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32EC is #24CD13. Grayscale: #797979. Windows color (decimal): -2411796 or 15479515. OLE color: 15479515.
HSL color Cylindrical-coordinate representation of color #DB32EC: hue angle of 294.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB32EC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 50 | 236 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.07 |
| HSL | 294.52º | 0.83% | 0.56% | - |
| HSV(B) | 294.52º | 0.79% | 0.93% | - |
| XYZ | 45.49 | 23.4 | 81.48 | - |
| YUV | 121.74 | 192.49 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 236 | 0.07 | 0.79 | 0 | 0.07 | 294.52 | 0.83 | 0.56 |
| Hex | DB | 32 | EC | 7 | 4F | 0 | 7 | 127 | 53 | 38 |
| Octal | 333 | 62 | 354 | 7 | 117 | 0 | 7 | 447 | 123 | 70 |
| Binary | 11011011 | 110010 | 11101100 | 111 | 1001111 | 0 | 111 | 100100111 | 1010011 | 111000 |
Color Harmonies of #DB32EC
Complementary color
Monochromatic Colors of #DB32EC
Black with #DB32EC
Text Example
Text Example
White with #DB32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32EC; }
p { color: rgb(219,50,236); }
H1.HeaderClassName
{
color: #DB32EC;
}
.AnyTagClassName
{
color: #DB32EC;
}
</style>
background-color css
<style>
a { background-color: #DB32EC; }
a { background-color: rgb(219,50,236); }
div.DivClassName
{
background-color: #DB32EC;
}
.BgClassName
{
background-color: #DB32EC;
}
</style>
border-color css
<style>
span { border-color: #DB32EC; }
span { border-color: rgb(219,50,236); }
td.TdClassName
{
border-color: #DB32EC;
}
.TagClassName
{
border-color: #DB32EC;
}
</style>