Html Css Color HEX #DB58DC Free Speech Magenta
📋 copy color: '#DB58DC'red 219 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #DB58DC
Tints of Free Speech Magenta #DB58DC
RGB
CMYK
RGB Variations
Color information
#DB58DC (or 0xDB58DC) is known color: Free Speech Magenta. HEX triplet: DB, 58 and DC. RGB value is (219,88,220). Sum of RGB (Red+Green+Blue) = 219+88+220=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58DC is #24A723. Grayscale: #8D8D8D. Windows color (decimal): -2402084 or 14440667. OLE color: 14440667.
HSL color Cylindrical-coordinate representation of color #DB58DC: hue angle of 299.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58DC is Cyan = 0.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 220 | - |
| CMYK | 0.00 | 0.6 | 0 | 0.14 |
| HSL | 299.55º | 0.65% | 0.6% | - |
| HSV(B) | 299.55º | 0.6% | 0.86% | - |
| XYZ | 45.62 | 27.21 | 70.56 | - |
| YUV | 142.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 220 | 0.00 | 0.6 | 0 | 0.14 | 299.55 | 0.65 | 0.6 |
| Hex | DB | 58 | DC | 0 | 3C | 0 | E | 12C | 41 | 3C |
| Octal | 333 | 130 | 334 | 0 | 74 | 0 | 16 | 454 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11011100 | 0 | 111100 | 0 | 1110 | 100101100 | 1000001 | 111100 |
Color Harmonies of #DB58DC
Complementary color
Monochromatic Colors of #DB58DC
Black with #DB58DC
Text Example
Text Example
White with #DB58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58DC; }
p { color: rgb(219,88,220); }
H1.HeaderClassName
{
color: #DB58DC;
}
.AnyTagClassName
{
color: #DB58DC;
}
</style>
background-color css
<style>
a { background-color: #DB58DC; }
a { background-color: rgb(219,88,220); }
div.DivClassName
{
background-color: #DB58DC;
}
.BgClassName
{
background-color: #DB58DC;
}
</style>
border-color css
<style>
span { border-color: #DB58DC; }
span { border-color: rgb(219,88,220); }
td.TdClassName
{
border-color: #DB58DC;
}
.TagClassName
{
border-color: #DB58DC;
}
</style>