Html Css Color HEX #DB59C0 Free Speech Magenta
📋 copy color: '#DB59C0'red 219 ◦ green 89 ◦ blue 192
Shades of Free Speech Magenta #DB59C0
Tints of Free Speech Magenta #DB59C0
RGB
CMYK
RGB Variations
Color information
#DB59C0 (or 0xDB59C0) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C0. RGB value is (219,89,192). Sum of RGB (Red+Green+Blue) = 219+89+192=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C0 is #24A63F. Grayscale: #8B8B8B. Windows color (decimal): -2401856 or 12605915. OLE color: 12605915.
HSL color Cylindrical-coordinate representation of color #DB59C0: hue angle of 312.46º 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 #DB59C0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 192 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.14 |
| HSL | 312.46º | 0.64% | 0.6% | - |
| HSV(B) | 312.46º | 0.59% | 0.86% | - |
| XYZ | 42.3 | 26.01 | 52.66 | - |
| YUV | 139.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 192 | 0 | 0.59 | 0.12 | 0.14 | 312.46 | 0.64 | 0.6 |
| Hex | DB | 59 | C0 | 0 | 3B | C | E | 138 | 40 | 3C |
| Octal | 333 | 131 | 300 | 0 | 73 | 14 | 16 | 470 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11000000 | 0 | 111011 | 1100 | 1110 | 100111000 | 1000000 | 111100 |
Color Harmonies of #DB59C0
Complementary color
Monochromatic Colors of #DB59C0
Black with #DB59C0
Text Example
Text Example
White with #DB59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59C0; }
p { color: rgb(219,89,192); }
H1.HeaderClassName
{
color: #DB59C0;
}
.AnyTagClassName
{
color: #DB59C0;
}
</style>
background-color css
<style>
a { background-color: #DB59C0; }
a { background-color: rgb(219,89,192); }
div.DivClassName
{
background-color: #DB59C0;
}
.BgClassName
{
background-color: #DB59C0;
}
</style>
border-color css
<style>
span { border-color: #DB59C0; }
span { border-color: rgb(219,89,192); }
td.TdClassName
{
border-color: #DB59C0;
}
.TagClassName
{
border-color: #DB59C0;
}
</style>