Html Css Color HEX #DB54D9 Free Speech Magenta
📋 copy color: '#DB54D9'red 219 ◦ green 84 ◦ blue 217
Shades of Free Speech Magenta #DB54D9
Tints of Free Speech Magenta #DB54D9
RGB
CMYK
RGB Variations
Color information
#DB54D9 (or 0xDB54D9) is known color: Free Speech Magenta. HEX triplet: DB, 54 and D9. RGB value is (219,84,217). Sum of RGB (Red+Green+Blue) = 219+84+217=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54D9 is #24AB26. Grayscale: #8B8B8B. Windows color (decimal): -2403111 or 14243035. OLE color: 14243035.
HSL color Cylindrical-coordinate representation of color #DB54D9: hue angle of 300.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54D9 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 217 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.14 |
| HSL | 300.89º | 0.65% | 0.59% | - |
| HSV(B) | 300.89º | 0.62% | 0.86% | - |
| XYZ | 44.91 | 26.41 | 68.38 | - |
| YUV | 139.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 217 | 0 | 0.62 | 0.01 | 0.14 | 300.89 | 0.65 | 0.59 |
| Hex | DB | 54 | D9 | 0 | 3E | 1 | E | 12D | 41 | 3B |
| Octal | 333 | 124 | 331 | 0 | 76 | 1 | 16 | 455 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11011001 | 0 | 111110 | 1 | 1110 | 100101101 | 1000001 | 111011 |
Color Harmonies of #DB54D9
Complementary color
Monochromatic Colors of #DB54D9
Black with #DB54D9
Text Example
Text Example
White with #DB54D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54D9; }
p { color: rgb(219,84,217); }
H1.HeaderClassName
{
color: #DB54D9;
}
.AnyTagClassName
{
color: #DB54D9;
}
</style>
background-color css
<style>
a { background-color: #DB54D9; }
a { background-color: rgb(219,84,217); }
div.DivClassName
{
background-color: #DB54D9;
}
.BgClassName
{
background-color: #DB54D9;
}
</style>
border-color css
<style>
span { border-color: #DB54D9; }
span { border-color: rgb(219,84,217); }
td.TdClassName
{
border-color: #DB54D9;
}
.TagClassName
{
border-color: #DB54D9;
}
</style>