Html Css Color HEX #DB55EA Free Speech Magenta
📋 copy color: '#DB55EA'red 219 ◦ green 85 ◦ blue 234
Shades of Free Speech Magenta #DB55EA
Tints of Free Speech Magenta #DB55EA
RGB
CMYK
RGB Variations
Color information
#DB55EA (or 0xDB55EA) is known color: Free Speech Magenta. HEX triplet: DB, 55 and EA. RGB value is (219,85,234). Sum of RGB (Red+Green+Blue) = 219+85+234=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55EA is #24AA15. Grayscale: #8D8D8D. Windows color (decimal): -2402838 or 15357403. OLE color: 15357403.
HSL color Cylindrical-coordinate representation of color #DB55EA: hue angle of 293.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB55EA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 85 | 234 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.08 |
| HSL | 293.96º | 0.78% | 0.63% | - |
| HSV(B) | 293.96º | 0.64% | 0.92% | - |
| XYZ | 47.31 | 27.5 | 80.66 | - |
| YUV | 142.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 234 | 0.06 | 0.64 | 0 | 0.08 | 293.96 | 0.78 | 0.63 |
| Hex | DB | 55 | EA | 6 | 40 | 0 | 8 | 126 | 4E | 3F |
| Octal | 333 | 125 | 352 | 6 | 100 | 0 | 10 | 446 | 116 | 77 |
| Binary | 11011011 | 1010101 | 11101010 | 110 | 1000000 | 0 | 1000 | 100100110 | 1001110 | 111111 |
Color Harmonies of #DB55EA
Complementary color
Monochromatic Colors of #DB55EA
Black with #DB55EA
Text Example
Text Example
White with #DB55EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55EA; }
p { color: rgb(219,85,234); }
H1.HeaderClassName
{
color: #DB55EA;
}
.AnyTagClassName
{
color: #DB55EA;
}
</style>
background-color css
<style>
a { background-color: #DB55EA; }
a { background-color: rgb(219,85,234); }
div.DivClassName
{
background-color: #DB55EA;
}
.BgClassName
{
background-color: #DB55EA;
}
</style>
border-color css
<style>
span { border-color: #DB55EA; }
span { border-color: rgb(219,85,234); }
td.TdClassName
{
border-color: #DB55EA;
}
.TagClassName
{
border-color: #DB55EA;
}
</style>