Html Css Color HEX #DB41E6 Free Speech Magenta
📋 copy color: '#DB41E6'red 219 ◦ green 65 ◦ blue 230
Shades of Free Speech Magenta #DB41E6
Tints of Free Speech Magenta #DB41E6
RGB
CMYK
RGB Variations
Color information
#DB41E6 (or 0xDB41E6) is known color: Free Speech Magenta. HEX triplet: DB, 41 and E6. RGB value is (219,65,230). Sum of RGB (Red+Green+Blue) = 219+65+230=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41E6 is #24BE19. Grayscale: #818181. Windows color (decimal): -2407962 or 15090139. OLE color: 15090139.
HSL color Cylindrical-coordinate representation of color #DB41E6: hue angle of 296º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB41E6 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 65 | 230 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.10 |
| HSL | 296º | 0.77% | 0.58% | - |
| HSV(B) | 296º | 0.72% | 0.9% | - |
| XYZ | 45.39 | 24.55 | 77.21 | - |
| YUV | 129.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 230 | 0.05 | 0.72 | 0 | 0.10 | 296 | 0.77 | 0.58 |
| Hex | DB | 41 | E6 | 5 | 48 | 0 | A | 128 | 4D | 3A |
| Octal | 333 | 101 | 346 | 5 | 110 | 0 | 12 | 450 | 115 | 72 |
| Binary | 11011011 | 1000001 | 11100110 | 101 | 1001000 | 0 | 1010 | 100101000 | 1001101 | 111010 |
Color Harmonies of #DB41E6
Complementary color
Monochromatic Colors of #DB41E6
Black with #DB41E6
Text Example
Text Example
White with #DB41E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41E6; }
p { color: rgb(219,65,230); }
H1.HeaderClassName
{
color: #DB41E6;
}
.AnyTagClassName
{
color: #DB41E6;
}
</style>
background-color css
<style>
a { background-color: #DB41E6; }
a { background-color: rgb(219,65,230); }
div.DivClassName
{
background-color: #DB41E6;
}
.BgClassName
{
background-color: #DB41E6;
}
</style>
border-color css
<style>
span { border-color: #DB41E6; }
span { border-color: rgb(219,65,230); }
td.TdClassName
{
border-color: #DB41E6;
}
.TagClassName
{
border-color: #DB41E6;
}
</style>