Html Css Color HEX #DB54DD Free Speech Magenta
📋 copy color: '#DB54DD'red 219 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #DB54DD
Tints of Free Speech Magenta #DB54DD
RGB
CMYK
RGB Variations
Color information
#DB54DD (or 0xDB54DD) is known color: Free Speech Magenta. HEX triplet: DB, 54 and DD. RGB value is (219,84,221). Sum of RGB (Red+Green+Blue) = 219+84+221=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54DD is #24AB22. Grayscale: #8B8B8B. Windows color (decimal): -2403107 or 14505179. OLE color: 14505179.
HSL color Cylindrical-coordinate representation of color #DB54DD: hue angle of 299.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54DD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 84 | 221 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.13 |
| HSL | 299.12º | 0.67% | 0.6% | - |
| HSV(B) | 299.12º | 0.62% | 0.87% | - |
| XYZ | 45.43 | 26.62 | 71.15 | - |
| YUV | 139.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 221 | 0.01 | 0.62 | 0 | 0.13 | 299.12 | 0.67 | 0.6 |
| Hex | DB | 54 | DD | 1 | 3E | 0 | D | 12B | 43 | 3C |
| Octal | 333 | 124 | 335 | 1 | 76 | 0 | 15 | 453 | 103 | 74 |
| Binary | 11011011 | 1010100 | 11011101 | 1 | 111110 | 0 | 1101 | 100101011 | 1000011 | 111100 |
Color Harmonies of #DB54DD
Complementary color
Monochromatic Colors of #DB54DD
Black with #DB54DD
Text Example
Text Example
White with #DB54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54DD; }
p { color: rgb(219,84,221); }
H1.HeaderClassName
{
color: #DB54DD;
}
.AnyTagClassName
{
color: #DB54DD;
}
</style>
background-color css
<style>
a { background-color: #DB54DD; }
a { background-color: rgb(219,84,221); }
div.DivClassName
{
background-color: #DB54DD;
}
.BgClassName
{
background-color: #DB54DD;
}
</style>
border-color css
<style>
span { border-color: #DB54DD; }
span { border-color: rgb(219,84,221); }
td.TdClassName
{
border-color: #DB54DD;
}
.TagClassName
{
border-color: #DB54DD;
}
</style>