Html Css Color HEX #DB4EEF Free Speech Magenta
📋 copy color: '#DB4EEF'red 219 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #DB4EEF
Tints of Free Speech Magenta #DB4EEF
RGB
CMYK
RGB Variations
Color information
#DB4EEF (or 0xDB4EEF) is known color: Free Speech Magenta. HEX triplet: DB, 4E and EF. RGB value is (219,78,239). Sum of RGB (Red+Green+Blue) = 219+78+239=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EEF is #24B110. Grayscale: #8A8A8A. Windows color (decimal): -2404625 or 15683291. OLE color: 15683291.
HSL color Cylindrical-coordinate representation of color #DB4EEF: hue angle of 292.55º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4EEF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 78 | 239 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.06 |
| HSL | 292.55º | 0.83% | 0.62% | - |
| HSV(B) | 292.55º | 0.67% | 0.94% | - |
| XYZ | 47.52 | 26.74 | 84.32 | - |
| YUV | 138.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 239 | 0.08 | 0.67 | 0 | 0.06 | 292.55 | 0.83 | 0.62 |
| Hex | DB | 4E | EF | 8 | 43 | 0 | 6 | 125 | 53 | 3E |
| Octal | 333 | 116 | 357 | 10 | 103 | 0 | 6 | 445 | 123 | 76 |
| Binary | 11011011 | 1001110 | 11101111 | 1000 | 1000011 | 0 | 110 | 100100101 | 1010011 | 111110 |
Color Harmonies of #DB4EEF
Complementary color
Monochromatic Colors of #DB4EEF
Black with #DB4EEF
Text Example
Text Example
White with #DB4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EEF; }
p { color: rgb(219,78,239); }
H1.HeaderClassName
{
color: #DB4EEF;
}
.AnyTagClassName
{
color: #DB4EEF;
}
</style>
background-color css
<style>
a { background-color: #DB4EEF; }
a { background-color: rgb(219,78,239); }
div.DivClassName
{
background-color: #DB4EEF;
}
.BgClassName
{
background-color: #DB4EEF;
}
</style>
border-color css
<style>
span { border-color: #DB4EEF; }
span { border-color: rgb(219,78,239); }
td.TdClassName
{
border-color: #DB4EEF;
}
.TagClassName
{
border-color: #DB4EEF;
}
</style>