Html Css Color HEX #DB59C7 Free Speech Magenta
📋 copy color: '#DB59C7'red 219 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #DB59C7
Tints of Free Speech Magenta #DB59C7
RGB
CMYK
RGB Variations
Color information
#DB59C7 (or 0xDB59C7) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C7. RGB value is (219,89,199). Sum of RGB (Red+Green+Blue) = 219+89+199=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C7 is #24A638. Grayscale: #8C8C8C. Windows color (decimal): -2401849 or 13064667. OLE color: 13064667.
HSL color Cylindrical-coordinate representation of color #DB59C7: hue angle of 309.23º 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 #DB59C7 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 199 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.14 |
| HSL | 309.23º | 0.64% | 0.6% | - |
| HSV(B) | 309.23º | 0.59% | 0.86% | - |
| XYZ | 43.09 | 26.33 | 56.84 | - |
| YUV | 140.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 199 | 0 | 0.59 | 0.09 | 0.14 | 309.23 | 0.64 | 0.6 |
| Hex | DB | 59 | C7 | 0 | 3B | 9 | E | 135 | 40 | 3C |
| Octal | 333 | 131 | 307 | 0 | 73 | 11 | 16 | 465 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11000111 | 0 | 111011 | 1001 | 1110 | 100110101 | 1000000 | 111100 |
Color Harmonies of #DB59C7
Complementary color
Monochromatic Colors of #DB59C7
Black with #DB59C7
Text Example
Text Example
White with #DB59C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59C7; }
p { color: rgb(219,89,199); }
H1.HeaderClassName
{
color: #DB59C7;
}
.AnyTagClassName
{
color: #DB59C7;
}
</style>
background-color css
<style>
a { background-color: #DB59C7; }
a { background-color: rgb(219,89,199); }
div.DivClassName
{
background-color: #DB59C7;
}
.BgClassName
{
background-color: #DB59C7;
}
</style>
border-color css
<style>
span { border-color: #DB59C7; }
span { border-color: rgb(219,89,199); }
td.TdClassName
{
border-color: #DB59C7;
}
.TagClassName
{
border-color: #DB59C7;
}
</style>