Html Css Color HEX #DB58BC Free Speech Magenta
📋 copy color: '#DB58BC'red 219 ◦ green 88 ◦ blue 188
Shades of Free Speech Magenta #DB58BC
Tints of Free Speech Magenta #DB58BC
RGB
CMYK
RGB Variations
Color information
#DB58BC (or 0xDB58BC) is known color: Free Speech Magenta. HEX triplet: DB, 58 and BC. RGB value is (219,88,188). Sum of RGB (Red+Green+Blue) = 219+88+188=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58BC is #24A743. Grayscale: #8A8A8A. Windows color (decimal): -2402116 or 12343515. OLE color: 12343515.
HSL color Cylindrical-coordinate representation of color #DB58BC: hue angle of 314.2º 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 #DB58BC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 188 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.14 |
| HSL | 314.2º | 0.65% | 0.6% | - |
| HSV(B) | 314.2º | 0.6% | 0.86% | - |
| XYZ | 41.78 | 25.67 | 50.33 | - |
| YUV | 138.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 188 | 0 | 0.60 | 0.14 | 0.14 | 314.2 | 0.65 | 0.6 |
| Hex | DB | 58 | BC | 0 | 3C | E | E | 13A | 41 | 3C |
| Octal | 333 | 130 | 274 | 0 | 74 | 16 | 16 | 472 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10111100 | 0 | 111100 | 1110 | 1110 | 100111010 | 1000001 | 111100 |
Color Harmonies of #DB58BC
Complementary color
Monochromatic Colors of #DB58BC
Black with #DB58BC
Text Example
Text Example
White with #DB58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58BC; }
p { color: rgb(219,88,188); }
H1.HeaderClassName
{
color: #DB58BC;
}
.AnyTagClassName
{
color: #DB58BC;
}
</style>
background-color css
<style>
a { background-color: #DB58BC; }
a { background-color: rgb(219,88,188); }
div.DivClassName
{
background-color: #DB58BC;
}
.BgClassName
{
background-color: #DB58BC;
}
</style>
border-color css
<style>
span { border-color: #DB58BC; }
span { border-color: rgb(219,88,188); }
td.TdClassName
{
border-color: #DB58BC;
}
.TagClassName
{
border-color: #DB58BC;
}
</style>