Html Css Color HEX #DB58EE Free Speech Magenta
📋 copy color: '#DB58EE'red 219 ◦ green 88 ◦ blue 238
Shades of Free Speech Magenta #DB58EE
Tints of Free Speech Magenta #DB58EE
RGB
CMYK
RGB Variations
Color information
#DB58EE (or 0xDB58EE) is known color: Free Speech Magenta. HEX triplet: DB, 58 and EE. RGB value is (219,88,238). Sum of RGB (Red+Green+Blue) = 219+88+238=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58EE is #24A711. Grayscale: #8F8F8F. Windows color (decimal): -2402066 or 15620315. OLE color: 15620315.
HSL color Cylindrical-coordinate representation of color #DB58EE: hue angle of 292.4º degrees, saturation: 0.82, 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 #DB58EE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 88 | 238 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.07 |
| HSL | 292.4º | 0.82% | 0.64% | - |
| HSV(B) | 292.4º | 0.63% | 0.93% | - |
| XYZ | 48.14 | 28.21 | 83.8 | - |
| YUV | 144.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 238 | 0.08 | 0.63 | 0 | 0.07 | 292.4 | 0.82 | 0.64 |
| Hex | DB | 58 | EE | 8 | 3F | 0 | 7 | 124 | 52 | 40 |
| Octal | 333 | 130 | 356 | 10 | 77 | 0 | 7 | 444 | 122 | 100 |
| Binary | 11011011 | 1011000 | 11101110 | 1000 | 111111 | 0 | 111 | 100100100 | 1010010 | 1000000 |
Color Harmonies of #DB58EE
Complementary color
Monochromatic Colors of #DB58EE
Black with #DB58EE
Text Example
Text Example
White with #DB58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58EE; }
p { color: rgb(219,88,238); }
H1.HeaderClassName
{
color: #DB58EE;
}
.AnyTagClassName
{
color: #DB58EE;
}
</style>
background-color css
<style>
a { background-color: #DB58EE; }
a { background-color: rgb(219,88,238); }
div.DivClassName
{
background-color: #DB58EE;
}
.BgClassName
{
background-color: #DB58EE;
}
</style>
border-color css
<style>
span { border-color: #DB58EE; }
span { border-color: rgb(219,88,238); }
td.TdClassName
{
border-color: #DB58EE;
}
.TagClassName
{
border-color: #DB58EE;
}
</style>