Html Css Color HEX #DB59DF Free Speech Magenta
📋 copy color: '#DB59DF'red 219 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #DB59DF
Tints of Free Speech Magenta #DB59DF
RGB
CMYK
RGB Variations
Color information
#DB59DF (or 0xDB59DF) is known color: Free Speech Magenta. HEX triplet: DB, 59 and DF. RGB value is (219,89,223). Sum of RGB (Red+Green+Blue) = 219+89+223=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59DF is #24A620. Grayscale: #8E8E8E. Windows color (decimal): -2401825 or 14637531. OLE color: 14637531.
HSL color Cylindrical-coordinate representation of color #DB59DF: hue angle of 298.21º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB59DF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 89 | 223 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.13 |
| HSL | 298.21º | 0.68% | 0.61% | - |
| HSV(B) | 298.21º | 0.6% | 0.87% | - |
| XYZ | 46.11 | 27.53 | 72.7 | - |
| YUV | 143.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 223 | 0.02 | 0.60 | 0 | 0.13 | 298.21 | 0.68 | 0.61 |
| Hex | DB | 59 | DF | 2 | 3C | 0 | D | 12A | 44 | 3D |
| Octal | 333 | 131 | 337 | 2 | 74 | 0 | 15 | 452 | 104 | 75 |
| Binary | 11011011 | 1011001 | 11011111 | 10 | 111100 | 0 | 1101 | 100101010 | 1000100 | 111101 |
Color Harmonies of #DB59DF
Complementary color
Monochromatic Colors of #DB59DF
Black with #DB59DF
Text Example
Text Example
White with #DB59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59DF; }
p { color: rgb(219,89,223); }
H1.HeaderClassName
{
color: #DB59DF;
}
.AnyTagClassName
{
color: #DB59DF;
}
</style>
background-color css
<style>
a { background-color: #DB59DF; }
a { background-color: rgb(219,89,223); }
div.DivClassName
{
background-color: #DB59DF;
}
.BgClassName
{
background-color: #DB59DF;
}
</style>
border-color css
<style>
span { border-color: #DB59DF; }
span { border-color: rgb(219,89,223); }
td.TdClassName
{
border-color: #DB59DF;
}
.TagClassName
{
border-color: #DB59DF;
}
</style>