Html Css Color HEX #DB38EF Free Speech Magenta
📋 copy color: '#DB38EF'red 219 ◦ green 56 ◦ blue 239
Shades of Free Speech Magenta #DB38EF
Tints of Free Speech Magenta #DB38EF
RGB
CMYK
RGB Variations
Color information
#DB38EF (or 0xDB38EF) is known color: Free Speech Magenta. HEX triplet: DB, 38 and EF. RGB value is (219,56,239). Sum of RGB (Red+Green+Blue) = 219+56+239=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 56 (22.27% from 255 or 10.89% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38EF is #24C710. Grayscale: #7D7D7D. Windows color (decimal): -2410257 or 15677659. OLE color: 15677659.
HSL color Cylindrical-coordinate representation of color #DB38EF: hue angle of 293.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB38EF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 56 | 239 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.06 |
| HSL | 293.44º | 0.85% | 0.58% | - |
| HSV(B) | 293.44º | 0.77% | 0.94% | - |
| XYZ | 46.21 | 24.12 | 83.88 | - |
| YUV | 125.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 239 | 0.08 | 0.77 | 0 | 0.06 | 293.44 | 0.85 | 0.58 |
| Hex | DB | 38 | EF | 8 | 4D | 0 | 6 | 125 | 55 | 3A |
| Octal | 333 | 70 | 357 | 10 | 115 | 0 | 6 | 445 | 125 | 72 |
| Binary | 11011011 | 111000 | 11101111 | 1000 | 1001101 | 0 | 110 | 100100101 | 1010101 | 111010 |
Color Harmonies of #DB38EF
Complementary color
Monochromatic Colors of #DB38EF
Black with #DB38EF
Text Example
Text Example
White with #DB38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38EF; }
p { color: rgb(219,56,239); }
H1.HeaderClassName
{
color: #DB38EF;
}
.AnyTagClassName
{
color: #DB38EF;
}
</style>
background-color css
<style>
a { background-color: #DB38EF; }
a { background-color: rgb(219,56,239); }
div.DivClassName
{
background-color: #DB38EF;
}
.BgClassName
{
background-color: #DB38EF;
}
</style>
border-color css
<style>
span { border-color: #DB38EF; }
span { border-color: rgb(219,56,239); }
td.TdClassName
{
border-color: #DB38EF;
}
.TagClassName
{
border-color: #DB38EF;
}
</style>