Html Css Color HEX #DB54D4 Free Speech Magenta
📋 copy color: '#DB54D4'red 219 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #DB54D4
Tints of Free Speech Magenta #DB54D4
RGB
CMYK
RGB Variations
Color information
#DB54D4 (or 0xDB54D4) is known color: Free Speech Magenta. HEX triplet: DB, 54 and D4. RGB value is (219,84,212). Sum of RGB (Red+Green+Blue) = 219+84+212=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54D4 is #24AB2B. Grayscale: #8A8A8A. Windows color (decimal): -2403116 or 13915355. OLE color: 13915355.
HSL color Cylindrical-coordinate representation of color #DB54D4: hue angle of 303.11º 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 #DB54D4 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 212 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.14 |
| HSL | 303.11º | 0.65% | 0.59% | - |
| HSV(B) | 303.11º | 0.62% | 0.86% | - |
| XYZ | 44.27 | 26.15 | 65 | - |
| YUV | 138.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 212 | 0 | 0.62 | 0.03 | 0.14 | 303.11 | 0.65 | 0.59 |
| Hex | DB | 54 | D4 | 0 | 3E | 3 | E | 12F | 41 | 3B |
| Octal | 333 | 124 | 324 | 0 | 76 | 3 | 16 | 457 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11010100 | 0 | 111110 | 11 | 1110 | 100101111 | 1000001 | 111011 |
Color Harmonies of #DB54D4
Complementary color
Monochromatic Colors of #DB54D4
Black with #DB54D4
Text Example
Text Example
White with #DB54D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54D4; }
p { color: rgb(219,84,212); }
H1.HeaderClassName
{
color: #DB54D4;
}
.AnyTagClassName
{
color: #DB54D4;
}
</style>
background-color css
<style>
a { background-color: #DB54D4; }
a { background-color: rgb(219,84,212); }
div.DivClassName
{
background-color: #DB54D4;
}
.BgClassName
{
background-color: #DB54D4;
}
</style>
border-color css
<style>
span { border-color: #DB54D4; }
span { border-color: rgb(219,84,212); }
td.TdClassName
{
border-color: #DB54D4;
}
.TagClassName
{
border-color: #DB54D4;
}
</style>