Html Css Color HEX #DB4ED5 Free Speech Magenta
📋 copy color: '#DB4ED5'red 219 ◦ green 78 ◦ blue 213
Shades of Free Speech Magenta #DB4ED5
Tints of Free Speech Magenta #DB4ED5
RGB
CMYK
RGB Variations
Color information
#DB4ED5 (or 0xDB4ED5) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D5. RGB value is (219,78,213). Sum of RGB (Red+Green+Blue) = 219+78+213=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED5 is #24B12A. Grayscale: #878787. Windows color (decimal): -2404651 or 13979355. OLE color: 13979355.
HSL color Cylindrical-coordinate representation of color #DB4ED5: hue angle of 302.55º 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 #DB4ED5 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 213 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.14 |
| HSL | 302.55º | 0.66% | 0.58% | - |
| HSV(B) | 302.55º | 0.64% | 0.86% | - |
| XYZ | 43.95 | 25.31 | 65.52 | - |
| YUV | 135.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 213 | 0 | 0.64 | 0.03 | 0.14 | 302.55 | 0.66 | 0.58 |
| Hex | DB | 4E | D5 | 0 | 40 | 3 | E | 12F | 42 | 3A |
| Octal | 333 | 116 | 325 | 0 | 100 | 3 | 16 | 457 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11010101 | 0 | 1000000 | 11 | 1110 | 100101111 | 1000010 | 111010 |
Color Harmonies of #DB4ED5
Complementary color
Monochromatic Colors of #DB4ED5
Black with #DB4ED5
Text Example
Text Example
White with #DB4ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED5; }
p { color: rgb(219,78,213); }
H1.HeaderClassName
{
color: #DB4ED5;
}
.AnyTagClassName
{
color: #DB4ED5;
}
</style>
background-color css
<style>
a { background-color: #DB4ED5; }
a { background-color: rgb(219,78,213); }
div.DivClassName
{
background-color: #DB4ED5;
}
.BgClassName
{
background-color: #DB4ED5;
}
</style>
border-color css
<style>
span { border-color: #DB4ED5; }
span { border-color: rgb(219,78,213); }
td.TdClassName
{
border-color: #DB4ED5;
}
.TagClassName
{
border-color: #DB4ED5;
}
</style>