Html Css Color HEX #DB58EA Free Speech Magenta
📋 copy color: '#DB58EA'red 219 ◦ green 88 ◦ blue 234
Shades of Free Speech Magenta #DB58EA
Tints of Free Speech Magenta #DB58EA
RGB
CMYK
RGB Variations
Color information
#DB58EA (or 0xDB58EA) is known color: Free Speech Magenta. HEX triplet: DB, 58 and EA. RGB value is (219,88,234). Sum of RGB (Red+Green+Blue) = 219+88+234=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58EA is #24A715. Grayscale: #8F8F8F. Windows color (decimal): -2402070 or 15358171. OLE color: 15358171.
HSL color Cylindrical-coordinate representation of color #DB58EA: hue angle of 293.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB58EA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 88 | 234 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.08 |
| HSL | 293.84º | 0.78% | 0.63% | - |
| HSV(B) | 293.84º | 0.62% | 0.92% | - |
| XYZ | 47.55 | 27.98 | 80.74 | - |
| YUV | 143.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 234 | 0.06 | 0.62 | 0 | 0.08 | 293.84 | 0.78 | 0.63 |
| Hex | DB | 58 | EA | 6 | 3E | 0 | 8 | 126 | 4E | 3F |
| Octal | 333 | 130 | 352 | 6 | 76 | 0 | 10 | 446 | 116 | 77 |
| Binary | 11011011 | 1011000 | 11101010 | 110 | 111110 | 0 | 1000 | 100100110 | 1001110 | 111111 |
Color Harmonies of #DB58EA
Complementary color
Monochromatic Colors of #DB58EA
Black with #DB58EA
Text Example
Text Example
White with #DB58EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58EA; }
p { color: rgb(219,88,234); }
H1.HeaderClassName
{
color: #DB58EA;
}
.AnyTagClassName
{
color: #DB58EA;
}
</style>
background-color css
<style>
a { background-color: #DB58EA; }
a { background-color: rgb(219,88,234); }
div.DivClassName
{
background-color: #DB58EA;
}
.BgClassName
{
background-color: #DB58EA;
}
</style>
border-color css
<style>
span { border-color: #DB58EA; }
span { border-color: rgb(219,88,234); }
td.TdClassName
{
border-color: #DB58EA;
}
.TagClassName
{
border-color: #DB58EA;
}
</style>