Html Css Color HEX #DB55E8 Free Speech Magenta
📋 copy color: '#DB55E8'red 219 ◦ green 85 ◦ blue 232
Shades of Free Speech Magenta #DB55E8
Tints of Free Speech Magenta #DB55E8
RGB
CMYK
RGB Variations
Color information
#DB55E8 (or 0xDB55E8) is known color: Free Speech Magenta. HEX triplet: DB, 55 and E8. RGB value is (219,85,232). Sum of RGB (Red+Green+Blue) = 219+85+232=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB55E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55E8 is #24AA17. Grayscale: #8D8D8D. Windows color (decimal): -2402840 or 15226331. OLE color: 15226331.
HSL color Cylindrical-coordinate representation of color #DB55E8: hue angle of 294.69º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB55E8 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 85 | 232 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.09 |
| HSL | 294.69º | 0.76% | 0.62% | - |
| HSV(B) | 294.69º | 0.63% | 0.91% | - |
| XYZ | 47.03 | 27.38 | 79.15 | - |
| YUV | 141.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 232 | 0.06 | 0.63 | 0 | 0.09 | 294.69 | 0.76 | 0.62 |
| Hex | DB | 55 | E8 | 6 | 3F | 0 | 9 | 127 | 4C | 3E |
| Octal | 333 | 125 | 350 | 6 | 77 | 0 | 11 | 447 | 114 | 76 |
| Binary | 11011011 | 1010101 | 11101000 | 110 | 111111 | 0 | 1001 | 100100111 | 1001100 | 111110 |
Color Harmonies of #DB55E8
Complementary color
Monochromatic Colors of #DB55E8
Black with #DB55E8
Text Example
Text Example
White with #DB55E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55E8; }
p { color: rgb(219,85,232); }
H1.HeaderClassName
{
color: #DB55E8;
}
.AnyTagClassName
{
color: #DB55E8;
}
</style>
background-color css
<style>
a { background-color: #DB55E8; }
a { background-color: rgb(219,85,232); }
div.DivClassName
{
background-color: #DB55E8;
}
.BgClassName
{
background-color: #DB55E8;
}
</style>
border-color css
<style>
span { border-color: #DB55E8; }
span { border-color: rgb(219,85,232); }
td.TdClassName
{
border-color: #DB55E8;
}
.TagClassName
{
border-color: #DB55E8;
}
</style>