Html Css Color HEX #DA59DB Free Speech Magenta
📋 copy color: '#DA59DB'red 218 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #DA59DB
Tints of Free Speech Magenta #DA59DB
RGB
CMYK
RGB Variations
Color information
#DA59DB (or 0xDA59DB) is known color: Free Speech Magenta. HEX triplet: DA, 59 and DB. RGB value is (218,89,219). Sum of RGB (Red+Green+Blue) = 218+89+219=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59DB is #25A624. Grayscale: #8E8E8E. Windows color (decimal): -2467365 or 14375386. OLE color: 14375386.
HSL color Cylindrical-coordinate representation of color #DA59DB: hue angle of 299.54º 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 #DA59DB is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 89 | 219 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.14 |
| HSL | 299.54º | 0.64% | 0.6% | - |
| HSV(B) | 299.54º | 0.59% | 0.86% | - |
| XYZ | 45.27 | 27.16 | 69.88 | - |
| YUV | 142.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 219 | 0.00 | 0.59 | 0 | 0.14 | 299.54 | 0.64 | 0.6 |
| Hex | DA | 59 | DB | 0 | 3B | 0 | E | 12C | 40 | 3C |
| Octal | 332 | 131 | 333 | 0 | 73 | 0 | 16 | 454 | 100 | 74 |
| Binary | 11011010 | 1011001 | 11011011 | 0 | 111011 | 0 | 1110 | 100101100 | 1000000 | 111100 |
Color Harmonies of #DA59DB
Complementary color
Monochromatic Colors of #DA59DB
Black with #DA59DB
Text Example
Text Example
White with #DA59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59DB; }
p { color: rgb(218,89,219); }
H1.HeaderClassName
{
color: #DA59DB;
}
.AnyTagClassName
{
color: #DA59DB;
}
</style>
background-color css
<style>
a { background-color: #DA59DB; }
a { background-color: rgb(218,89,219); }
div.DivClassName
{
background-color: #DA59DB;
}
.BgClassName
{
background-color: #DA59DB;
}
</style>
border-color css
<style>
span { border-color: #DA59DB; }
span { border-color: rgb(218,89,219); }
td.TdClassName
{
border-color: #DA59DB;
}
.TagClassName
{
border-color: #DA59DB;
}
</style>