Html Css Color HEX #DB4ED0 Free Speech Magenta
📋 copy color: '#DB4ED0'red 219 ◦ green 78 ◦ blue 208
Shades of Free Speech Magenta #DB4ED0
Tints of Free Speech Magenta #DB4ED0
RGB
CMYK
RGB Variations
Color information
#DB4ED0 (or 0xDB4ED0) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D0. RGB value is (219,78,208). Sum of RGB (Red+Green+Blue) = 219+78+208=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED0 is #24B12F. Grayscale: #868686. Windows color (decimal): -2404656 or 13651675. OLE color: 13651675.
HSL color Cylindrical-coordinate representation of color #DB4ED0: hue angle of 304.68º 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 #DB4ED0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 208 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.14 |
| HSL | 304.68º | 0.66% | 0.58% | - |
| HSV(B) | 304.68º | 0.64% | 0.86% | - |
| XYZ | 43.32 | 25.06 | 62.23 | - |
| YUV | 134.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 208 | 0 | 0.64 | 0.05 | 0.14 | 304.68 | 0.66 | 0.58 |
| Hex | DB | 4E | D0 | 0 | 40 | 5 | E | 131 | 42 | 3A |
| Octal | 333 | 116 | 320 | 0 | 100 | 5 | 16 | 461 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11010000 | 0 | 1000000 | 101 | 1110 | 100110001 | 1000010 | 111010 |
Color Harmonies of #DB4ED0
Complementary color
Monochromatic Colors of #DB4ED0
Black with #DB4ED0
Text Example
Text Example
White with #DB4ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED0; }
p { color: rgb(219,78,208); }
H1.HeaderClassName
{
color: #DB4ED0;
}
.AnyTagClassName
{
color: #DB4ED0;
}
</style>
background-color css
<style>
a { background-color: #DB4ED0; }
a { background-color: rgb(219,78,208); }
div.DivClassName
{
background-color: #DB4ED0;
}
.BgClassName
{
background-color: #DB4ED0;
}
</style>
border-color css
<style>
span { border-color: #DB4ED0; }
span { border-color: rgb(219,78,208); }
td.TdClassName
{
border-color: #DB4ED0;
}
.TagClassName
{
border-color: #DB4ED0;
}
</style>