Html Css Color HEX #DB39EF Free Speech Magenta
📋 copy color: '#DB39EF'red 219 ◦ green 57 ◦ blue 239
Shades of Free Speech Magenta #DB39EF
Tints of Free Speech Magenta #DB39EF
RGB
CMYK
RGB Variations
Color information
#DB39EF (or 0xDB39EF) is known color: Free Speech Magenta. HEX triplet: DB, 39 and EF. RGB value is (219,57,239). Sum of RGB (Red+Green+Blue) = 219+57+239=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB39EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB39EF is #24C610. Grayscale: #7D7D7D. Windows color (decimal): -2410001 or 15677915. OLE color: 15677915.
HSL color Cylindrical-coordinate representation of color #DB39EF: hue angle of 293.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB39EF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 57 | 239 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.06 |
| HSL | 293.41º | 0.85% | 0.58% | - |
| HSV(B) | 293.41º | 0.76% | 0.94% | - |
| XYZ | 46.26 | 24.22 | 83.9 | - |
| YUV | 126.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 239 | 0.08 | 0.76 | 0 | 0.06 | 293.41 | 0.85 | 0.58 |
| Hex | DB | 39 | EF | 8 | 4C | 0 | 6 | 125 | 55 | 3A |
| Octal | 333 | 71 | 357 | 10 | 114 | 0 | 6 | 445 | 125 | 72 |
| Binary | 11011011 | 111001 | 11101111 | 1000 | 1001100 | 0 | 110 | 100100101 | 1010101 | 111010 |
Color Harmonies of #DB39EF
Complementary color
Monochromatic Colors of #DB39EF
Black with #DB39EF
Text Example
Text Example
White with #DB39EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39EF; }
p { color: rgb(219,57,239); }
H1.HeaderClassName
{
color: #DB39EF;
}
.AnyTagClassName
{
color: #DB39EF;
}
</style>
background-color css
<style>
a { background-color: #DB39EF; }
a { background-color: rgb(219,57,239); }
div.DivClassName
{
background-color: #DB39EF;
}
.BgClassName
{
background-color: #DB39EF;
}
</style>
border-color css
<style>
span { border-color: #DB39EF; }
span { border-color: rgb(219,57,239); }
td.TdClassName
{
border-color: #DB39EF;
}
.TagClassName
{
border-color: #DB39EF;
}
</style>