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