Html Css Color HEX #DB58ED Free Speech Magenta
📋 copy color: '#DB58ED'red 219 ◦ green 88 ◦ blue 237
Shades of Free Speech Magenta #DB58ED
Tints of Free Speech Magenta #DB58ED
RGB
CMYK
RGB Variations
Color information
#DB58ED (or 0xDB58ED) is known color: Free Speech Magenta. HEX triplet: DB, 58 and ED. RGB value is (219,88,237). Sum of RGB (Red+Green+Blue) = 219+88+237=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58ED is #24A712. Grayscale: #8F8F8F. Windows color (decimal): -2402067 or 15554779. OLE color: 15554779.
HSL color Cylindrical-coordinate representation of color #DB58ED: hue angle of 292.75º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB58ED is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 88 | 237 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.07 |
| HSL | 292.75º | 0.81% | 0.64% | - |
| HSV(B) | 292.75º | 0.63% | 0.93% | - |
| XYZ | 47.99 | 28.15 | 83.03 | - |
| YUV | 144.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 237 | 0.08 | 0.63 | 0 | 0.07 | 292.75 | 0.81 | 0.64 |
| Hex | DB | 58 | ED | 8 | 3F | 0 | 7 | 125 | 51 | 40 |
| Octal | 333 | 130 | 355 | 10 | 77 | 0 | 7 | 445 | 121 | 100 |
| Binary | 11011011 | 1011000 | 11101101 | 1000 | 111111 | 0 | 111 | 100100101 | 1010001 | 1000000 |
Color Harmonies of #DB58ED
Complementary color
Monochromatic Colors of #DB58ED
Black with #DB58ED
Text Example
Text Example
White with #DB58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58ED; }
p { color: rgb(219,88,237); }
H1.HeaderClassName
{
color: #DB58ED;
}
.AnyTagClassName
{
color: #DB58ED;
}
</style>
background-color css
<style>
a { background-color: #DB58ED; }
a { background-color: rgb(219,88,237); }
div.DivClassName
{
background-color: #DB58ED;
}
.BgClassName
{
background-color: #DB58ED;
}
</style>
border-color css
<style>
span { border-color: #DB58ED; }
span { border-color: rgb(219,88,237); }
td.TdClassName
{
border-color: #DB58ED;
}
.TagClassName
{
border-color: #DB58ED;
}
</style>