Html Css Color HEX #DB4EC5 Free Speech Magenta
📋 copy color: '#DB4EC5'red 219 ◦ green 78 ◦ blue 197
Shades of Free Speech Magenta #DB4EC5
Tints of Free Speech Magenta #DB4EC5
RGB
CMYK
RGB Variations
Color information
#DB4EC5 (or 0xDB4EC5) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C5. RGB value is (219,78,197). Sum of RGB (Red+Green+Blue) = 219+78+197=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC5 is #24B13A. Grayscale: #858585. Windows color (decimal): -2404667 or 12930779. OLE color: 12930779.
HSL color Cylindrical-coordinate representation of color #DB4EC5: hue angle of 309.36º 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 #DB4EC5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 197 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.14 |
| HSL | 309.36º | 0.66% | 0.58% | - |
| HSV(B) | 309.36º | 0.64% | 0.86% | - |
| XYZ | 42.02 | 24.54 | 55.35 | - |
| YUV | 133.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 197 | 0 | 0.64 | 0.10 | 0.14 | 309.36 | 0.66 | 0.58 |
| Hex | DB | 4E | C5 | 0 | 40 | A | E | 135 | 42 | 3A |
| Octal | 333 | 116 | 305 | 0 | 100 | 12 | 16 | 465 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11000101 | 0 | 1000000 | 1010 | 1110 | 100110101 | 1000010 | 111010 |
Color Harmonies of #DB4EC5
Complementary color
Monochromatic Colors of #DB4EC5
Black with #DB4EC5
Text Example
Text Example
White with #DB4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EC5; }
p { color: rgb(219,78,197); }
H1.HeaderClassName
{
color: #DB4EC5;
}
.AnyTagClassName
{
color: #DB4EC5;
}
</style>
background-color css
<style>
a { background-color: #DB4EC5; }
a { background-color: rgb(219,78,197); }
div.DivClassName
{
background-color: #DB4EC5;
}
.BgClassName
{
background-color: #DB4EC5;
}
</style>
border-color css
<style>
span { border-color: #DB4EC5; }
span { border-color: rgb(219,78,197); }
td.TdClassName
{
border-color: #DB4EC5;
}
.TagClassName
{
border-color: #DB4EC5;
}
</style>