Html Css Color HEX #DA59DF Free Speech Magenta
📋 copy color: '#DA59DF'red 218 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #DA59DF
Tints of Free Speech Magenta #DA59DF
RGB
CMYK
RGB Variations
Color information
#DA59DF (or 0xDA59DF) is known color: Free Speech Magenta. HEX triplet: DA, 59 and DF. RGB value is (218,89,223). Sum of RGB (Red+Green+Blue) = 218+89+223=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59DF is #25A620. Grayscale: #8E8E8E. Windows color (decimal): -2467361 or 14637530. OLE color: 14637530.
HSL color Cylindrical-coordinate representation of color #DA59DF: hue angle of 297.76º 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 #DA59DF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 89 | 223 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.13 |
| HSL | 297.76º | 0.68% | 0.61% | - |
| HSV(B) | 297.76º | 0.6% | 0.87% | - |
| XYZ | 45.81 | 27.38 | 72.68 | - |
| YUV | 142.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 223 | 0.02 | 0.60 | 0 | 0.13 | 297.76 | 0.68 | 0.61 |
| Hex | DA | 59 | DF | 2 | 3C | 0 | D | 12A | 44 | 3D |
| Octal | 332 | 131 | 337 | 2 | 74 | 0 | 15 | 452 | 104 | 75 |
| Binary | 11011010 | 1011001 | 11011111 | 10 | 111100 | 0 | 1101 | 100101010 | 1000100 | 111101 |
Color Harmonies of #DA59DF
Complementary color
Monochromatic Colors of #DA59DF
Black with #DA59DF
Text Example
Text Example
White with #DA59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59DF; }
p { color: rgb(218,89,223); }
H1.HeaderClassName
{
color: #DA59DF;
}
.AnyTagClassName
{
color: #DA59DF;
}
</style>
background-color css
<style>
a { background-color: #DA59DF; }
a { background-color: rgb(218,89,223); }
div.DivClassName
{
background-color: #DA59DF;
}
.BgClassName
{
background-color: #DA59DF;
}
</style>
border-color css
<style>
span { border-color: #DA59DF; }
span { border-color: rgb(218,89,223); }
td.TdClassName
{
border-color: #DA59DF;
}
.TagClassName
{
border-color: #DA59DF;
}
</style>