Html Css Color HEX #DB4ED1 Free Speech Magenta
📋 copy color: '#DB4ED1'red 219 ◦ green 78 ◦ blue 209
Shades of Free Speech Magenta #DB4ED1
Tints of Free Speech Magenta #DB4ED1
RGB
CMYK
RGB Variations
Color information
#DB4ED1 (or 0xDB4ED1) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D1. RGB value is (219,78,209). Sum of RGB (Red+Green+Blue) = 219+78+209=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED1 is #24B12E. Grayscale: #868686. Windows color (decimal): -2404655 or 13717211. OLE color: 13717211.
HSL color Cylindrical-coordinate representation of color #DB4ED1: hue angle of 304.26º 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 #DB4ED1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 209 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.14 |
| HSL | 304.26º | 0.66% | 0.58% | - |
| HSV(B) | 304.26º | 0.64% | 0.86% | - |
| XYZ | 43.45 | 25.11 | 62.88 | - |
| YUV | 135.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 209 | 0 | 0.64 | 0.05 | 0.14 | 304.26 | 0.66 | 0.58 |
| Hex | DB | 4E | D1 | 0 | 40 | 5 | E | 130 | 42 | 3A |
| Octal | 333 | 116 | 321 | 0 | 100 | 5 | 16 | 460 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11010001 | 0 | 1000000 | 101 | 1110 | 100110000 | 1000010 | 111010 |
Color Harmonies of #DB4ED1
Complementary color
Monochromatic Colors of #DB4ED1
Black with #DB4ED1
Text Example
Text Example
White with #DB4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED1; }
p { color: rgb(219,78,209); }
H1.HeaderClassName
{
color: #DB4ED1;
}
.AnyTagClassName
{
color: #DB4ED1;
}
</style>
background-color css
<style>
a { background-color: #DB4ED1; }
a { background-color: rgb(219,78,209); }
div.DivClassName
{
background-color: #DB4ED1;
}
.BgClassName
{
background-color: #DB4ED1;
}
</style>
border-color css
<style>
span { border-color: #DB4ED1; }
span { border-color: rgb(219,78,209); }
td.TdClassName
{
border-color: #DB4ED1;
}
.TagClassName
{
border-color: #DB4ED1;
}
</style>