Html Css Color HEX #DB54BD Free Speech Magenta
📋 copy color: '#DB54BD'red 219 ◦ green 84 ◦ blue 189
Shades of Free Speech Magenta #DB54BD
Tints of Free Speech Magenta #DB54BD
RGB
CMYK
RGB Variations
Color information
#DB54BD (or 0xDB54BD) is known color: Free Speech Magenta. HEX triplet: DB, 54 and BD. RGB value is (219,84,189). Sum of RGB (Red+Green+Blue) = 219+84+189=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54BD is #24AB42. Grayscale: #888888. Windows color (decimal): -2403139 or 12408027. OLE color: 12408027.
HSL color Cylindrical-coordinate representation of color #DB54BD: hue angle of 313.33º 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 #DB54BD is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 189 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.14 |
| HSL | 313.33º | 0.65% | 0.59% | - |
| HSV(B) | 313.33º | 0.62% | 0.86% | - |
| XYZ | 41.57 | 25.07 | 50.79 | - |
| YUV | 136.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 189 | 0 | 0.62 | 0.14 | 0.14 | 313.33 | 0.65 | 0.59 |
| Hex | DB | 54 | BD | 0 | 3E | E | E | 139 | 41 | 3B |
| Octal | 333 | 124 | 275 | 0 | 76 | 16 | 16 | 471 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10111101 | 0 | 111110 | 1110 | 1110 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DB54BD
Complementary color
Monochromatic Colors of #DB54BD
Black with #DB54BD
Text Example
Text Example
White with #DB54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54BD; }
p { color: rgb(219,84,189); }
H1.HeaderClassName
{
color: #DB54BD;
}
.AnyTagClassName
{
color: #DB54BD;
}
</style>
background-color css
<style>
a { background-color: #DB54BD; }
a { background-color: rgb(219,84,189); }
div.DivClassName
{
background-color: #DB54BD;
}
.BgClassName
{
background-color: #DB54BD;
}
</style>
border-color css
<style>
span { border-color: #DB54BD; }
span { border-color: rgb(219,84,189); }
td.TdClassName
{
border-color: #DB54BD;
}
.TagClassName
{
border-color: #DB54BD;
}
</style>