Html Css Color HEX #DB54EE Free Speech Magenta
📋 copy color: '#DB54EE'red 219 ◦ green 84 ◦ blue 238
Shades of Free Speech Magenta #DB54EE
Tints of Free Speech Magenta #DB54EE
RGB
CMYK
RGB Variations
Color information
#DB54EE (or 0xDB54EE) is known color: Free Speech Magenta. HEX triplet: DB, 54 and EE. RGB value is (219,84,238). Sum of RGB (Red+Green+Blue) = 219+84+238=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54EE is #24AB11. Grayscale: #8D8D8D. Windows color (decimal): -2403090 or 15619291. OLE color: 15619291.
HSL color Cylindrical-coordinate representation of color #DB54EE: hue angle of 292.6º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB54EE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 84 | 238 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.07 |
| HSL | 292.6º | 0.82% | 0.63% | - |
| HSV(B) | 292.6º | 0.65% | 0.93% | - |
| XYZ | 47.82 | 27.57 | 83.69 | - |
| YUV | 141.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 238 | 0.08 | 0.65 | 0 | 0.07 | 292.6 | 0.82 | 0.63 |
| Hex | DB | 54 | EE | 8 | 41 | 0 | 7 | 125 | 52 | 3F |
| Octal | 333 | 124 | 356 | 10 | 101 | 0 | 7 | 445 | 122 | 77 |
| Binary | 11011011 | 1010100 | 11101110 | 1000 | 1000001 | 0 | 111 | 100100101 | 1010010 | 111111 |
Color Harmonies of #DB54EE
Complementary color
Monochromatic Colors of #DB54EE
Black with #DB54EE
Text Example
Text Example
White with #DB54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54EE; }
p { color: rgb(219,84,238); }
H1.HeaderClassName
{
color: #DB54EE;
}
.AnyTagClassName
{
color: #DB54EE;
}
</style>
background-color css
<style>
a { background-color: #DB54EE; }
a { background-color: rgb(219,84,238); }
div.DivClassName
{
background-color: #DB54EE;
}
.BgClassName
{
background-color: #DB54EE;
}
</style>
border-color css
<style>
span { border-color: #DB54EE; }
span { border-color: rgb(219,84,238); }
td.TdClassName
{
border-color: #DB54EE;
}
.TagClassName
{
border-color: #DB54EE;
}
</style>