Html Css Color HEX #DB58E6 Free Speech Magenta
📋 copy color: '#DB58E6'red 219 ◦ green 88 ◦ blue 230
Shades of Free Speech Magenta #DB58E6
Tints of Free Speech Magenta #DB58E6
RGB
CMYK
RGB Variations
Color information
#DB58E6 (or 0xDB58E6) is known color: Free Speech Magenta. HEX triplet: DB, 58 and E6. RGB value is (219,88,230). Sum of RGB (Red+Green+Blue) = 219+88+230=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58E6 is #24A719. Grayscale: #8E8E8E. Windows color (decimal): -2402074 or 15096027. OLE color: 15096027.
HSL color Cylindrical-coordinate representation of color #DB58E6: hue angle of 295.35º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB58E6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 88 | 230 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.10 |
| HSL | 295.35º | 0.74% | 0.62% | - |
| HSV(B) | 295.35º | 0.62% | 0.9% | - |
| XYZ | 46.99 | 27.75 | 77.74 | - |
| YUV | 143.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 230 | 0.05 | 0.62 | 0 | 0.10 | 295.35 | 0.74 | 0.62 |
| Hex | DB | 58 | E6 | 5 | 3E | 0 | A | 127 | 4A | 3E |
| Octal | 333 | 130 | 346 | 5 | 76 | 0 | 12 | 447 | 112 | 76 |
| Binary | 11011011 | 1011000 | 11100110 | 101 | 111110 | 0 | 1010 | 100100111 | 1001010 | 111110 |
Color Harmonies of #DB58E6
Complementary color
Monochromatic Colors of #DB58E6
Black with #DB58E6
Text Example
Text Example
White with #DB58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58E6; }
p { color: rgb(219,88,230); }
H1.HeaderClassName
{
color: #DB58E6;
}
.AnyTagClassName
{
color: #DB58E6;
}
</style>
background-color css
<style>
a { background-color: #DB58E6; }
a { background-color: rgb(219,88,230); }
div.DivClassName
{
background-color: #DB58E6;
}
.BgClassName
{
background-color: #DB58E6;
}
</style>
border-color css
<style>
span { border-color: #DB58E6; }
span { border-color: rgb(219,88,230); }
td.TdClassName
{
border-color: #DB58E6;
}
.TagClassName
{
border-color: #DB58E6;
}
</style>