Html Css Color HEX #DB58C5 Free Speech Magenta
📋 copy color: '#DB58C5'red 219 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #DB58C5
Tints of Free Speech Magenta #DB58C5
RGB
CMYK
RGB Variations
Color information
#DB58C5 (or 0xDB58C5) is known color: Free Speech Magenta. HEX triplet: DB, 58 and C5. RGB value is (219,88,197). Sum of RGB (Red+Green+Blue) = 219+88+197=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58C5 is #24A73A. Grayscale: #8B8B8B. Windows color (decimal): -2402107 or 12933339. OLE color: 12933339.
HSL color Cylindrical-coordinate representation of color #DB58C5: hue angle of 310.08º 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 #DB58C5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 197 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.14 |
| HSL | 310.08º | 0.65% | 0.6% | - |
| HSV(B) | 310.08º | 0.6% | 0.86% | - |
| XYZ | 42.78 | 26.07 | 55.6 | - |
| YUV | 139.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 197 | 0 | 0.60 | 0.10 | 0.14 | 310.08 | 0.65 | 0.6 |
| Hex | DB | 58 | C5 | 0 | 3C | A | E | 136 | 41 | 3C |
| Octal | 333 | 130 | 305 | 0 | 74 | 12 | 16 | 466 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11000101 | 0 | 111100 | 1010 | 1110 | 100110110 | 1000001 | 111100 |
Color Harmonies of #DB58C5
Complementary color
Monochromatic Colors of #DB58C5
Black with #DB58C5
Text Example
Text Example
White with #DB58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58C5; }
p { color: rgb(219,88,197); }
H1.HeaderClassName
{
color: #DB58C5;
}
.AnyTagClassName
{
color: #DB58C5;
}
</style>
background-color css
<style>
a { background-color: #DB58C5; }
a { background-color: rgb(219,88,197); }
div.DivClassName
{
background-color: #DB58C5;
}
.BgClassName
{
background-color: #DB58C5;
}
</style>
border-color css
<style>
span { border-color: #DB58C5; }
span { border-color: rgb(219,88,197); }
td.TdClassName
{
border-color: #DB58C5;
}
.TagClassName
{
border-color: #DB58C5;
}
</style>