Html Css Color HEX #DB59C1 Free Speech Magenta
📋 copy color: '#DB59C1'red 219 ◦ green 89 ◦ blue 193
Shades of Free Speech Magenta #DB59C1
Tints of Free Speech Magenta #DB59C1
RGB
CMYK
RGB Variations
Color information
#DB59C1 (or 0xDB59C1) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C1. RGB value is (219,89,193). Sum of RGB (Red+Green+Blue) = 219+89+193=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C1 is #24A63E. Grayscale: #8B8B8B. Windows color (decimal): -2401855 or 12671451. OLE color: 12671451.
HSL color Cylindrical-coordinate representation of color #DB59C1: hue angle of 312º 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 #DB59C1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 193 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.14 |
| HSL | 312º | 0.64% | 0.6% | - |
| HSV(B) | 312º | 0.59% | 0.86% | - |
| XYZ | 42.41 | 26.06 | 53.25 | - |
| YUV | 139.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 193 | 0 | 0.59 | 0.12 | 0.14 | 312 | 0.64 | 0.6 |
| Hex | DB | 59 | C1 | 0 | 3B | C | E | 138 | 40 | 3C |
| Octal | 333 | 131 | 301 | 0 | 73 | 14 | 16 | 470 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11000001 | 0 | 111011 | 1100 | 1110 | 100111000 | 1000000 | 111100 |
Color Harmonies of #DB59C1
Complementary color
Monochromatic Colors of #DB59C1
Black with #DB59C1
Text Example
Text Example
White with #DB59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59C1; }
p { color: rgb(219,89,193); }
H1.HeaderClassName
{
color: #DB59C1;
}
.AnyTagClassName
{
color: #DB59C1;
}
</style>
background-color css
<style>
a { background-color: #DB59C1; }
a { background-color: rgb(219,89,193); }
div.DivClassName
{
background-color: #DB59C1;
}
.BgClassName
{
background-color: #DB59C1;
}
</style>
border-color css
<style>
span { border-color: #DB59C1; }
span { border-color: rgb(219,89,193); }
td.TdClassName
{
border-color: #DB59C1;
}
.TagClassName
{
border-color: #DB59C1;
}
</style>