Html Css Color HEX #DB4ED7 Free Speech Magenta
📋 copy color: '#DB4ED7'red 219 ◦ green 78 ◦ blue 215
Shades of Free Speech Magenta #DB4ED7
Tints of Free Speech Magenta #DB4ED7
RGB
CMYK
RGB Variations
Color information
#DB4ED7 (or 0xDB4ED7) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D7. RGB value is (219,78,215). Sum of RGB (Red+Green+Blue) = 219+78+215=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED7 is #24B128. Grayscale: #878787. Windows color (decimal): -2404649 or 14110427. OLE color: 14110427.
HSL color Cylindrical-coordinate representation of color #DB4ED7: hue angle of 301.7º 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 #DB4ED7 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 215 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.14 |
| HSL | 301.7º | 0.66% | 0.58% | - |
| HSV(B) | 301.7º | 0.64% | 0.86% | - |
| XYZ | 44.2 | 25.42 | 66.87 | - |
| YUV | 135.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 215 | 0 | 0.64 | 0.02 | 0.14 | 301.7 | 0.66 | 0.58 |
| Hex | DB | 4E | D7 | 0 | 40 | 2 | E | 12E | 42 | 3A |
| Octal | 333 | 116 | 327 | 0 | 100 | 2 | 16 | 456 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11010111 | 0 | 1000000 | 10 | 1110 | 100101110 | 1000010 | 111010 |
Color Harmonies of #DB4ED7
Complementary color
Monochromatic Colors of #DB4ED7
Black with #DB4ED7
Text Example
Text Example
White with #DB4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ED7; }
p { color: rgb(219,78,215); }
H1.HeaderClassName
{
color: #DB4ED7;
}
.AnyTagClassName
{
color: #DB4ED7;
}
</style>
background-color css
<style>
a { background-color: #DB4ED7; }
a { background-color: rgb(219,78,215); }
div.DivClassName
{
background-color: #DB4ED7;
}
.BgClassName
{
background-color: #DB4ED7;
}
</style>
border-color css
<style>
span { border-color: #DB4ED7; }
span { border-color: rgb(219,78,215); }
td.TdClassName
{
border-color: #DB4ED7;
}
.TagClassName
{
border-color: #DB4ED7;
}
</style>