Html Css Color HEX #DB58C0 Free Speech Magenta
📋 copy color: '#DB58C0'red 219 ◦ green 88 ◦ blue 192
Shades of Free Speech Magenta #DB58C0
Tints of Free Speech Magenta #DB58C0
RGB
CMYK
RGB Variations
Color information
#DB58C0 (or 0xDB58C0) is known color: Free Speech Magenta. HEX triplet: DB, 58 and C0. RGB value is (219,88,192). Sum of RGB (Red+Green+Blue) = 219+88+192=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58C0 is #24A73F. Grayscale: #8A8A8A. Windows color (decimal): -2402112 or 12605659. OLE color: 12605659.
HSL color Cylindrical-coordinate representation of color #DB58C0: hue angle of 312.37º 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 #DB58C0 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 192 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.14 |
| HSL | 312.37º | 0.65% | 0.6% | - |
| HSV(B) | 312.37º | 0.6% | 0.86% | - |
| XYZ | 42.22 | 25.85 | 52.63 | - |
| YUV | 139.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 192 | 0 | 0.60 | 0.12 | 0.14 | 312.37 | 0.65 | 0.6 |
| Hex | DB | 58 | C0 | 0 | 3C | C | E | 138 | 41 | 3C |
| Octal | 333 | 130 | 300 | 0 | 74 | 14 | 16 | 470 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11000000 | 0 | 111100 | 1100 | 1110 | 100111000 | 1000001 | 111100 |
Color Harmonies of #DB58C0
Complementary color
Monochromatic Colors of #DB58C0
Black with #DB58C0
Text Example
Text Example
White with #DB58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58C0; }
p { color: rgb(219,88,192); }
H1.HeaderClassName
{
color: #DB58C0;
}
.AnyTagClassName
{
color: #DB58C0;
}
</style>
background-color css
<style>
a { background-color: #DB58C0; }
a { background-color: rgb(219,88,192); }
div.DivClassName
{
background-color: #DB58C0;
}
.BgClassName
{
background-color: #DB58C0;
}
</style>
border-color css
<style>
span { border-color: #DB58C0; }
span { border-color: rgb(219,88,192); }
td.TdClassName
{
border-color: #DB58C0;
}
.TagClassName
{
border-color: #DB58C0;
}
</style>