Html Css Color HEX #DB54DF Free Speech Magenta
📋 copy color: '#DB54DF'red 219 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #DB54DF
Tints of Free Speech Magenta #DB54DF
RGB
CMYK
RGB Variations
Color information
#DB54DF (or 0xDB54DF) is known color: Free Speech Magenta. HEX triplet: DB, 54 and DF. RGB value is (219,84,223). Sum of RGB (Red+Green+Blue) = 219+84+223=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54DF is #24AB20. Grayscale: #8B8B8B. Windows color (decimal): -2403105 or 14636251. OLE color: 14636251.
HSL color Cylindrical-coordinate representation of color #DB54DF: hue angle of 298.27º degrees, saturation: 0.68, 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 #DB54DF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 84 | 223 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.13 |
| HSL | 298.27º | 0.68% | 0.6% | - |
| HSV(B) | 298.27º | 0.62% | 0.87% | - |
| XYZ | 45.7 | 26.73 | 72.56 | - |
| YUV | 140.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 223 | 0.02 | 0.62 | 0 | 0.13 | 298.27 | 0.68 | 0.6 |
| Hex | DB | 54 | DF | 2 | 3E | 0 | D | 12A | 44 | 3C |
| Octal | 333 | 124 | 337 | 2 | 76 | 0 | 15 | 452 | 104 | 74 |
| Binary | 11011011 | 1010100 | 11011111 | 10 | 111110 | 0 | 1101 | 100101010 | 1000100 | 111100 |
Color Harmonies of #DB54DF
Complementary color
Monochromatic Colors of #DB54DF
Black with #DB54DF
Text Example
Text Example
White with #DB54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54DF; }
p { color: rgb(219,84,223); }
H1.HeaderClassName
{
color: #DB54DF;
}
.AnyTagClassName
{
color: #DB54DF;
}
</style>
background-color css
<style>
a { background-color: #DB54DF; }
a { background-color: rgb(219,84,223); }
div.DivClassName
{
background-color: #DB54DF;
}
.BgClassName
{
background-color: #DB54DF;
}
</style>
border-color css
<style>
span { border-color: #DB54DF; }
span { border-color: rgb(219,84,223); }
td.TdClassName
{
border-color: #DB54DF;
}
.TagClassName
{
border-color: #DB54DF;
}
</style>