Html Css Color HEX #DA57D1 Free Speech Magenta
📋 copy color: '#DA57D1'red 218 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #DA57D1
Tints of Free Speech Magenta #DA57D1
RGB
CMYK
RGB Variations
Color information
#DA57D1 (or 0xDA57D1) is known color: Free Speech Magenta. HEX triplet: DA, 57 and D1. RGB value is (218,87,209). Sum of RGB (Red+Green+Blue) = 218+87+209=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57D1 is #25A82E. Grayscale: #8B8B8B. Windows color (decimal): -2467887 or 13719514. OLE color: 13719514.
HSL color Cylindrical-coordinate representation of color #DA57D1: hue angle of 304.12º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57D1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 209 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.15 |
| HSL | 304.12º | 0.64% | 0.6% | - |
| HSV(B) | 304.12º | 0.6% | 0.85% | - |
| XYZ | 43.83 | 26.33 | 63.09 | - |
| YUV | 140.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 209 | 0 | 0.60 | 0.04 | 0.15 | 304.12 | 0.64 | 0.6 |
| Hex | DA | 57 | D1 | 0 | 3C | 4 | F | 130 | 40 | 3C |
| Octal | 332 | 127 | 321 | 0 | 74 | 4 | 17 | 460 | 100 | 74 |
| Binary | 11011010 | 1010111 | 11010001 | 0 | 111100 | 100 | 1111 | 100110000 | 1000000 | 111100 |
Color Harmonies of #DA57D1
Complementary color
Monochromatic Colors of #DA57D1
Black with #DA57D1
Text Example
Text Example
White with #DA57D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57D1; }
p { color: rgb(218,87,209); }
H1.HeaderClassName
{
color: #DA57D1;
}
.AnyTagClassName
{
color: #DA57D1;
}
</style>
background-color css
<style>
a { background-color: #DA57D1; }
a { background-color: rgb(218,87,209); }
div.DivClassName
{
background-color: #DA57D1;
}
.BgClassName
{
background-color: #DA57D1;
}
</style>
border-color css
<style>
span { border-color: #DA57D1; }
span { border-color: rgb(218,87,209); }
td.TdClassName
{
border-color: #DA57D1;
}
.TagClassName
{
border-color: #DA57D1;
}
</style>