Html Css Color HEX #DB55E5 Free Speech Magenta
📋 copy color: '#DB55E5'red 219 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #DB55E5
Tints of Free Speech Magenta #DB55E5
RGB
CMYK
RGB Variations
Color information
#DB55E5 (or 0xDB55E5) is known color: Free Speech Magenta. HEX triplet: DB, 55 and E5. RGB value is (219,85,229). Sum of RGB (Red+Green+Blue) = 219+85+229=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB55E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55E5 is #24AA1A. Grayscale: #8D8D8D. Windows color (decimal): -2402843 or 15029723. OLE color: 15029723.
HSL color Cylindrical-coordinate representation of color #DB55E5: hue angle of 295.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB55E5 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 85 | 229 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.10 |
| HSL | 295.83º | 0.73% | 0.62% | - |
| HSV(B) | 295.83º | 0.63% | 0.9% | - |
| XYZ | 46.6 | 27.21 | 76.93 | - |
| YUV | 141.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 229 | 0.04 | 0.63 | 0 | 0.10 | 295.83 | 0.73 | 0.62 |
| Hex | DB | 55 | E5 | 4 | 3F | 0 | A | 128 | 49 | 3E |
| Octal | 333 | 125 | 345 | 4 | 77 | 0 | 12 | 450 | 111 | 76 |
| Binary | 11011011 | 1010101 | 11100101 | 100 | 111111 | 0 | 1010 | 100101000 | 1001001 | 111110 |
Color Harmonies of #DB55E5
Complementary color
Monochromatic Colors of #DB55E5
Black with #DB55E5
Text Example
Text Example
White with #DB55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55E5; }
p { color: rgb(219,85,229); }
H1.HeaderClassName
{
color: #DB55E5;
}
.AnyTagClassName
{
color: #DB55E5;
}
</style>
background-color css
<style>
a { background-color: #DB55E5; }
a { background-color: rgb(219,85,229); }
div.DivClassName
{
background-color: #DB55E5;
}
.BgClassName
{
background-color: #DB55E5;
}
</style>
border-color css
<style>
span { border-color: #DB55E5; }
span { border-color: rgb(219,85,229); }
td.TdClassName
{
border-color: #DB55E5;
}
.TagClassName
{
border-color: #DB55E5;
}
</style>