Html Css Color HEX #DB41EE Free Speech Magenta
📋 copy color: '#DB41EE'red 219 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #DB41EE
Tints of Free Speech Magenta #DB41EE
RGB
CMYK
RGB Variations
Color information
#DB41EE (or 0xDB41EE) is known color: Free Speech Magenta. HEX triplet: DB, 41 and EE. RGB value is (219,65,238). Sum of RGB (Red+Green+Blue) = 219+65+238=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41EE is #24BE11. Grayscale: #828282. Windows color (decimal): -2407954 or 15614427. OLE color: 15614427.
HSL color Cylindrical-coordinate representation of color #DB41EE: hue angle of 293.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB41EE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 65 | 238 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.07 |
| HSL | 293.41º | 0.84% | 0.59% | - |
| HSV(B) | 293.41º | 0.73% | 0.93% | - |
| XYZ | 46.54 | 25.01 | 83.26 | - |
| YUV | 130.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 238 | 0.08 | 0.73 | 0 | 0.07 | 293.41 | 0.84 | 0.59 |
| Hex | DB | 41 | EE | 8 | 49 | 0 | 7 | 125 | 54 | 3B |
| Octal | 333 | 101 | 356 | 10 | 111 | 0 | 7 | 445 | 124 | 73 |
| Binary | 11011011 | 1000001 | 11101110 | 1000 | 1001001 | 0 | 111 | 100100101 | 1010100 | 111011 |
Color Harmonies of #DB41EE
Complementary color
Monochromatic Colors of #DB41EE
Black with #DB41EE
Text Example
Text Example
White with #DB41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41EE; }
p { color: rgb(219,65,238); }
H1.HeaderClassName
{
color: #DB41EE;
}
.AnyTagClassName
{
color: #DB41EE;
}
</style>
background-color css
<style>
a { background-color: #DB41EE; }
a { background-color: rgb(219,65,238); }
div.DivClassName
{
background-color: #DB41EE;
}
.BgClassName
{
background-color: #DB41EE;
}
</style>
border-color css
<style>
span { border-color: #DB41EE; }
span { border-color: rgb(219,65,238); }
td.TdClassName
{
border-color: #DB41EE;
}
.TagClassName
{
border-color: #DB41EE;
}
</style>