Html Css Color HEX #DB41EC Free Speech Magenta
📋 copy color: '#DB41EC'red 219 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #DB41EC
Tints of Free Speech Magenta #DB41EC
RGB
CMYK
RGB Variations
Color information
#DB41EC (or 0xDB41EC) is known color: Free Speech Magenta. HEX triplet: DB, 41 and EC. RGB value is (219,65,236). Sum of RGB (Red+Green+Blue) = 219+65+236=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41EC is #24BE13. Grayscale: #828282. Windows color (decimal): -2407956 or 15483355. OLE color: 15483355.
HSL color Cylindrical-coordinate representation of color #DB41EC: hue angle of 294.04º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB41EC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 65 | 236 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.07 |
| HSL | 294.04º | 0.82% | 0.59% | - |
| HSV(B) | 294.04º | 0.72% | 0.93% | - |
| XYZ | 46.24 | 24.9 | 81.73 | - |
| YUV | 130.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 236 | 0.07 | 0.72 | 0 | 0.07 | 294.04 | 0.82 | 0.59 |
| Hex | DB | 41 | EC | 7 | 48 | 0 | 7 | 126 | 52 | 3B |
| Octal | 333 | 101 | 354 | 7 | 110 | 0 | 7 | 446 | 122 | 73 |
| Binary | 11011011 | 1000001 | 11101100 | 111 | 1001000 | 0 | 111 | 100100110 | 1010010 | 111011 |
Color Harmonies of #DB41EC
Complementary color
Monochromatic Colors of #DB41EC
Black with #DB41EC
Text Example
Text Example
White with #DB41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41EC; }
p { color: rgb(219,65,236); }
H1.HeaderClassName
{
color: #DB41EC;
}
.AnyTagClassName
{
color: #DB41EC;
}
</style>
background-color css
<style>
a { background-color: #DB41EC; }
a { background-color: rgb(219,65,236); }
div.DivClassName
{
background-color: #DB41EC;
}
.BgClassName
{
background-color: #DB41EC;
}
</style>
border-color css
<style>
span { border-color: #DB41EC; }
span { border-color: rgb(219,65,236); }
td.TdClassName
{
border-color: #DB41EC;
}
.TagClassName
{
border-color: #DB41EC;
}
</style>