Html Css Color HEX #DB59C3 Free Speech Magenta
📋 copy color: '#DB59C3'red 219 ◦ green 89 ◦ blue 195
Shades of Free Speech Magenta #DB59C3
Tints of Free Speech Magenta #DB59C3
RGB
CMYK
RGB Variations
Color information
#DB59C3 (or 0xDB59C3) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C3. RGB value is (219,89,195). Sum of RGB (Red+Green+Blue) = 219+89+195=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C3 is #24A63C. Grayscale: #8B8B8B. Windows color (decimal): -2401853 or 12802523. OLE color: 12802523.
HSL color Cylindrical-coordinate representation of color #DB59C3: hue angle of 311.08º 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 #DB59C3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 195 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.14 |
| HSL | 311.08º | 0.64% | 0.6% | - |
| HSV(B) | 311.08º | 0.59% | 0.86% | - |
| XYZ | 42.64 | 26.14 | 54.43 | - |
| YUV | 139.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 195 | 0 | 0.59 | 0.11 | 0.14 | 311.08 | 0.64 | 0.6 |
| Hex | DB | 59 | C3 | 0 | 3B | B | E | 137 | 40 | 3C |
| Octal | 333 | 131 | 303 | 0 | 73 | 13 | 16 | 467 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11000011 | 0 | 111011 | 1011 | 1110 | 100110111 | 1000000 | 111100 |
Color Harmonies of #DB59C3
Complementary color
Monochromatic Colors of #DB59C3
Black with #DB59C3
Text Example
Text Example
White with #DB59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59C3; }
p { color: rgb(219,89,195); }
H1.HeaderClassName
{
color: #DB59C3;
}
.AnyTagClassName
{
color: #DB59C3;
}
</style>
background-color css
<style>
a { background-color: #DB59C3; }
a { background-color: rgb(219,89,195); }
div.DivClassName
{
background-color: #DB59C3;
}
.BgClassName
{
background-color: #DB59C3;
}
</style>
border-color css
<style>
span { border-color: #DB59C3; }
span { border-color: rgb(219,89,195); }
td.TdClassName
{
border-color: #DB59C3;
}
.TagClassName
{
border-color: #DB59C3;
}
</style>