Html Css Color HEX #DA59C1 Free Speech Magenta
📋 copy color: '#DA59C1'red 218 ◦ green 89 ◦ blue 193
Shades of Free Speech Magenta #DA59C1
Tints of Free Speech Magenta #DA59C1
RGB
CMYK
RGB Variations
Color information
#DA59C1 (or 0xDA59C1) is known color: Free Speech Magenta. HEX triplet: DA, 59 and C1. RGB value is (218,89,193). Sum of RGB (Red+Green+Blue) = 218+89+193=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59C1 is #25A63E. Grayscale: #8B8B8B. Windows color (decimal): -2467391 or 12671450. OLE color: 12671450.
HSL color Cylindrical-coordinate representation of color #DA59C1: hue angle of 311.63º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59C1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 193 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.15 |
| HSL | 311.63º | 0.64% | 0.6% | - |
| HSV(B) | 311.63º | 0.59% | 0.85% | - |
| XYZ | 42.11 | 25.9 | 53.23 | - |
| YUV | 139.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 193 | 0 | 0.59 | 0.11 | 0.15 | 311.63 | 0.64 | 0.6 |
| Hex | DA | 59 | C1 | 0 | 3B | B | F | 138 | 40 | 3C |
| Octal | 332 | 131 | 301 | 0 | 73 | 13 | 17 | 470 | 100 | 74 |
| Binary | 11011010 | 1011001 | 11000001 | 0 | 111011 | 1011 | 1111 | 100111000 | 1000000 | 111100 |
Color Harmonies of #DA59C1
Complementary color
Monochromatic Colors of #DA59C1
Black with #DA59C1
Text Example
Text Example
White with #DA59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59C1; }
p { color: rgb(218,89,193); }
H1.HeaderClassName
{
color: #DA59C1;
}
.AnyTagClassName
{
color: #DA59C1;
}
</style>
background-color css
<style>
a { background-color: #DA59C1; }
a { background-color: rgb(218,89,193); }
div.DivClassName
{
background-color: #DA59C1;
}
.BgClassName
{
background-color: #DA59C1;
}
</style>
border-color css
<style>
span { border-color: #DA59C1; }
span { border-color: rgb(218,89,193); }
td.TdClassName
{
border-color: #DA59C1;
}
.TagClassName
{
border-color: #DA59C1;
}
</style>