Html Css Color HEX #DB4ED9 Free Speech Magenta
📋 copy color: '#DB4ED9'red 219 ◦ green 78 ◦ blue 217
Shades of Free Speech Magenta #DB4ED9
Tints of Free Speech Magenta #DB4ED9
RGB
CMYK
RGB Variations
Color information
#DB4ED9 (or 0xDB4ED9) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D9. RGB value is (219,78,217). Sum of RGB (Red+Green+Blue) = 219+78+217=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED9 is #24B126. Grayscale: #878787. Windows color (decimal): -2404647 or 14241499. OLE color: 14241499.
HSL color Cylindrical-coordinate representation of color #DB4ED9: hue angle of 300.85º 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 #DB4ED9 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 217 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.14 |
| HSL | 300.85º | 0.66% | 0.58% | - |
| HSV(B) | 300.85º | 0.64% | 0.86% | - |
| XYZ | 44.46 | 25.52 | 68.23 | - |
| YUV | 136.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 217 | 0 | 0.64 | 0.01 | 0.14 | 300.85 | 0.66 | 0.58 |
| Hex | DB | 4E | D9 | 0 | 40 | 1 | E | 12D | 42 | 3A |
| Octal | 333 | 116 | 331 | 0 | 100 | 1 | 16 | 455 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11011001 | 0 | 1000000 | 1 | 1110 | 100101101 | 1000010 | 111010 |
Color Harmonies of #DB4ED9
Complementary color
Monochromatic Colors of #DB4ED9
Black with #DB4ED9
Text Example
Text Example
White with #DB4ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED9; }
p { color: rgb(219,78,217); }
H1.HeaderClassName
{
color: #DB4ED9;
}
.AnyTagClassName
{
color: #DB4ED9;
}
</style>
background-color css
<style>
a { background-color: #DB4ED9; }
a { background-color: rgb(219,78,217); }
div.DivClassName
{
background-color: #DB4ED9;
}
.BgClassName
{
background-color: #DB4ED9;
}
</style>
border-color css
<style>
span { border-color: #DB4ED9; }
span { border-color: rgb(219,78,217); }
td.TdClassName
{
border-color: #DB4ED9;
}
.TagClassName
{
border-color: #DB4ED9;
}
</style>