Html Css Color HEX #DA57C8 Free Speech Magenta
📋 copy color: '#DA57C8'red 218 ◦ green 87 ◦ blue 200
Shades of Free Speech Magenta #DA57C8
Tints of Free Speech Magenta #DA57C8
RGB
CMYK
RGB Variations
Color information
#DA57C8 (or 0xDA57C8) is known color: Free Speech Magenta. HEX triplet: DA, 57 and C8. RGB value is (218,87,200). Sum of RGB (Red+Green+Blue) = 218+87+200=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57C8 is #25A837. Grayscale: #8A8A8A. Windows color (decimal): -2467896 or 13129690. OLE color: 13129690.
HSL color Cylindrical-coordinate representation of color #DA57C8: hue angle of 308.24º 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 #DA57C8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 200 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.15 |
| HSL | 308.24º | 0.64% | 0.6% | - |
| HSV(B) | 308.24º | 0.6% | 0.85% | - |
| XYZ | 42.75 | 25.89 | 57.39 | - |
| YUV | 139.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 200 | 0 | 0.60 | 0.08 | 0.15 | 308.24 | 0.64 | 0.6 |
| Hex | DA | 57 | C8 | 0 | 3C | 8 | F | 134 | 40 | 3C |
| Octal | 332 | 127 | 310 | 0 | 74 | 10 | 17 | 464 | 100 | 74 |
| Binary | 11011010 | 1010111 | 11001000 | 0 | 111100 | 1000 | 1111 | 100110100 | 1000000 | 111100 |
Color Harmonies of #DA57C8
Complementary color
Monochromatic Colors of #DA57C8
Black with #DA57C8
Text Example
Text Example
White with #DA57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57C8; }
p { color: rgb(218,87,200); }
H1.HeaderClassName
{
color: #DA57C8;
}
.AnyTagClassName
{
color: #DA57C8;
}
</style>
background-color css
<style>
a { background-color: #DA57C8; }
a { background-color: rgb(218,87,200); }
div.DivClassName
{
background-color: #DA57C8;
}
.BgClassName
{
background-color: #DA57C8;
}
</style>
border-color css
<style>
span { border-color: #DA57C8; }
span { border-color: rgb(218,87,200); }
td.TdClassName
{
border-color: #DA57C8;
}
.TagClassName
{
border-color: #DA57C8;
}
</style>