Html Css Color HEX #DB41EF Free Speech Magenta
📋 copy color: '#DB41EF'red 219 ◦ green 65 ◦ blue 239
Shades of Free Speech Magenta #DB41EF
Tints of Free Speech Magenta #DB41EF
RGB
CMYK
RGB Variations
Color information
#DB41EF (or 0xDB41EF) is known color: Free Speech Magenta. HEX triplet: DB, 41 and EF. RGB value is (219,65,239). Sum of RGB (Red+Green+Blue) = 219+65+239=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41EF is #24BE10. Grayscale: #828282. Windows color (decimal): -2407953 or 15679963. OLE color: 15679963.
HSL color Cylindrical-coordinate representation of color #DB41EF: hue angle of 293.1º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB41EF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 65 | 239 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.06 |
| HSL | 293.1º | 0.84% | 0.6% | - |
| HSV(B) | 293.1º | 0.73% | 0.94% | - |
| XYZ | 46.68 | 25.07 | 84.04 | - |
| YUV | 130.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 239 | 0.08 | 0.73 | 0 | 0.06 | 293.1 | 0.84 | 0.6 |
| Hex | DB | 41 | EF | 8 | 49 | 0 | 6 | 125 | 54 | 3C |
| Octal | 333 | 101 | 357 | 10 | 111 | 0 | 6 | 445 | 124 | 74 |
| Binary | 11011011 | 1000001 | 11101111 | 1000 | 1001001 | 0 | 110 | 100100101 | 1010100 | 111100 |
Color Harmonies of #DB41EF
Complementary color
Monochromatic Colors of #DB41EF
Black with #DB41EF
Text Example
Text Example
White with #DB41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41EF; }
p { color: rgb(219,65,239); }
H1.HeaderClassName
{
color: #DB41EF;
}
.AnyTagClassName
{
color: #DB41EF;
}
</style>
background-color css
<style>
a { background-color: #DB41EF; }
a { background-color: rgb(219,65,239); }
div.DivClassName
{
background-color: #DB41EF;
}
.BgClassName
{
background-color: #DB41EF;
}
</style>
border-color css
<style>
span { border-color: #DB41EF; }
span { border-color: rgb(219,65,239); }
td.TdClassName
{
border-color: #DB41EF;
}
.TagClassName
{
border-color: #DB41EF;
}
</style>