Html Css Color HEX #DB49EC Free Speech Magenta
📋 copy color: '#DB49EC'red 219 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #DB49EC
Tints of Free Speech Magenta #DB49EC
RGB
CMYK
RGB Variations
Color information
#DB49EC (or 0xDB49EC) is known color: Free Speech Magenta. HEX triplet: DB, 49 and EC. RGB value is (219,73,236). Sum of RGB (Red+Green+Blue) = 219+73+236=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49EC is #24B613. Grayscale: #868686. Windows color (decimal): -2405908 or 15485403. OLE color: 15485403.
HSL color Cylindrical-coordinate representation of color #DB49EC: hue angle of 293.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB49EC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 73 | 236 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.07 |
| HSL | 293.74º | 0.81% | 0.61% | - |
| HSV(B) | 293.74º | 0.69% | 0.93% | - |
| XYZ | 46.74 | 25.88 | 81.89 | - |
| YUV | 135.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 236 | 0.07 | 0.69 | 0 | 0.07 | 293.74 | 0.81 | 0.61 |
| Hex | DB | 49 | EC | 7 | 45 | 0 | 7 | 126 | 51 | 3D |
| Octal | 333 | 111 | 354 | 7 | 105 | 0 | 7 | 446 | 121 | 75 |
| Binary | 11011011 | 1001001 | 11101100 | 111 | 1000101 | 0 | 111 | 100100110 | 1010001 | 111101 |
Color Harmonies of #DB49EC
Complementary color
Monochromatic Colors of #DB49EC
Black with #DB49EC
Text Example
Text Example
White with #DB49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49EC; }
p { color: rgb(219,73,236); }
H1.HeaderClassName
{
color: #DB49EC;
}
.AnyTagClassName
{
color: #DB49EC;
}
</style>
background-color css
<style>
a { background-color: #DB49EC; }
a { background-color: rgb(219,73,236); }
div.DivClassName
{
background-color: #DB49EC;
}
.BgClassName
{
background-color: #DB49EC;
}
</style>
border-color css
<style>
span { border-color: #DB49EC; }
span { border-color: rgb(219,73,236); }
td.TdClassName
{
border-color: #DB49EC;
}
.TagClassName
{
border-color: #DB49EC;
}
</style>