Html Css Color HEX #DB59BC Free Speech Magenta
📋 copy color: '#DB59BC'red 219 ◦ green 89 ◦ blue 188
Shades of Free Speech Magenta #DB59BC
Tints of Free Speech Magenta #DB59BC
RGB
CMYK
RGB Variations
Color information
#DB59BC (or 0xDB59BC) is known color: Free Speech Magenta. HEX triplet: DB, 59 and BC. RGB value is (219,89,188). Sum of RGB (Red+Green+Blue) = 219+89+188=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59BC is #24A643. Grayscale: #8A8A8A. Windows color (decimal): -2401860 or 12343771. OLE color: 12343771.
HSL color Cylindrical-coordinate representation of color #DB59BC: hue angle of 314.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59BC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 188 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.14 |
| HSL | 314.31º | 0.64% | 0.6% | - |
| HSV(B) | 314.31º | 0.59% | 0.86% | - |
| XYZ | 41.86 | 25.84 | 50.36 | - |
| YUV | 139.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 188 | 0 | 0.59 | 0.14 | 0.14 | 314.31 | 0.64 | 0.6 |
| Hex | DB | 59 | BC | 0 | 3B | E | E | 13A | 40 | 3C |
| Octal | 333 | 131 | 274 | 0 | 73 | 16 | 16 | 472 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10111100 | 0 | 111011 | 1110 | 1110 | 100111010 | 1000000 | 111100 |
Color Harmonies of #DB59BC
Complementary color
Monochromatic Colors of #DB59BC
Black with #DB59BC
Text Example
Text Example
White with #DB59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59BC; }
p { color: rgb(219,89,188); }
H1.HeaderClassName
{
color: #DB59BC;
}
.AnyTagClassName
{
color: #DB59BC;
}
</style>
background-color css
<style>
a { background-color: #DB59BC; }
a { background-color: rgb(219,89,188); }
div.DivClassName
{
background-color: #DB59BC;
}
.BgClassName
{
background-color: #DB59BC;
}
</style>
border-color css
<style>
span { border-color: #DB59BC; }
span { border-color: rgb(219,89,188); }
td.TdClassName
{
border-color: #DB59BC;
}
.TagClassName
{
border-color: #DB59BC;
}
</style>