Html Css Color HEX #DB4ED6 Free Speech Magenta
📋 copy color: '#DB4ED6'red 219 ◦ green 78 ◦ blue 214
Shades of Free Speech Magenta #DB4ED6
Tints of Free Speech Magenta #DB4ED6
RGB
CMYK
RGB Variations
Color information
#DB4ED6 (or 0xDB4ED6) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D6. RGB value is (219,78,214). Sum of RGB (Red+Green+Blue) = 219+78+214=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED6 is #24B129. Grayscale: #878787. Windows color (decimal): -2404650 or 14044891. OLE color: 14044891.
HSL color Cylindrical-coordinate representation of color #DB4ED6: hue angle of 302.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4ED6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 214 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.14 |
| HSL | 302.13º | 0.66% | 0.58% | - |
| HSV(B) | 302.13º | 0.64% | 0.86% | - |
| XYZ | 44.08 | 25.36 | 66.19 | - |
| YUV | 135.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 214 | 0 | 0.64 | 0.02 | 0.14 | 302.13 | 0.66 | 0.58 |
| Hex | DB | 4E | D6 | 0 | 40 | 2 | E | 12E | 42 | 3A |
| Octal | 333 | 116 | 326 | 0 | 100 | 2 | 16 | 456 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11010110 | 0 | 1000000 | 10 | 1110 | 100101110 | 1000010 | 111010 |
Color Harmonies of #DB4ED6
Complementary color
Monochromatic Colors of #DB4ED6
Black with #DB4ED6
Text Example
Text Example
White with #DB4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED6; }
p { color: rgb(219,78,214); }
H1.HeaderClassName
{
color: #DB4ED6;
}
.AnyTagClassName
{
color: #DB4ED6;
}
</style>
background-color css
<style>
a { background-color: #DB4ED6; }
a { background-color: rgb(219,78,214); }
div.DivClassName
{
background-color: #DB4ED6;
}
.BgClassName
{
background-color: #DB4ED6;
}
</style>
border-color css
<style>
span { border-color: #DB4ED6; }
span { border-color: rgb(219,78,214); }
td.TdClassName
{
border-color: #DB4ED6;
}
.TagClassName
{
border-color: #DB4ED6;
}
</style>