Html Css Color HEX #DB4ECD Free Speech Magenta
📋 copy color: '#DB4ECD'red 219 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #DB4ECD
Tints of Free Speech Magenta #DB4ECD
RGB
CMYK
RGB Variations
Color information
#DB4ECD (or 0xDB4ECD) is known color: Free Speech Magenta. HEX triplet: DB, 4E and CD. RGB value is (219,78,205). Sum of RGB (Red+Green+Blue) = 219+78+205=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ECD is #24B132. Grayscale: #868686. Windows color (decimal): -2404659 or 13455067. OLE color: 13455067.
HSL color Cylindrical-coordinate representation of color #DB4ECD: hue angle of 305.96º 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 #DB4ECD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 205 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.14 |
| HSL | 305.96º | 0.66% | 0.58% | - |
| HSV(B) | 305.96º | 0.64% | 0.86% | - |
| XYZ | 42.96 | 24.92 | 60.3 | - |
| YUV | 134.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 205 | 0 | 0.64 | 0.06 | 0.14 | 305.96 | 0.66 | 0.58 |
| Hex | DB | 4E | CD | 0 | 40 | 6 | E | 132 | 42 | 3A |
| Octal | 333 | 116 | 315 | 0 | 100 | 6 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11001101 | 0 | 1000000 | 110 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4ECD
Complementary color
Monochromatic Colors of #DB4ECD
Black with #DB4ECD
Text Example
Text Example
White with #DB4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ECD; }
p { color: rgb(219,78,205); }
H1.HeaderClassName
{
color: #DB4ECD;
}
.AnyTagClassName
{
color: #DB4ECD;
}
</style>
background-color css
<style>
a { background-color: #DB4ECD; }
a { background-color: rgb(219,78,205); }
div.DivClassName
{
background-color: #DB4ECD;
}
.BgClassName
{
background-color: #DB4ECD;
}
</style>
border-color css
<style>
span { border-color: #DB4ECD; }
span { border-color: rgb(219,78,205); }
td.TdClassName
{
border-color: #DB4ECD;
}
.TagClassName
{
border-color: #DB4ECD;
}
</style>