Html Css Color HEX #DA55E8 Free Speech Magenta
📋 copy color: '#DA55E8'red 218 ◦ green 85 ◦ blue 232
Shades of Free Speech Magenta #DA55E8
Tints of Free Speech Magenta #DA55E8
RGB
CMYK
RGB Variations
Color information
#DA55E8 (or 0xDA55E8) is known color: Free Speech Magenta. HEX triplet: DA, 55 and E8. RGB value is (218,85,232). Sum of RGB (Red+Green+Blue) = 218+85+232=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA55E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55E8 is #25AA17. Grayscale: #8D8D8D. Windows color (decimal): -2468376 or 15226330. OLE color: 15226330.
HSL color Cylindrical-coordinate representation of color #DA55E8: hue angle of 294.29º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA55E8 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 85 | 232 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.09 |
| HSL | 294.29º | 0.76% | 0.62% | - |
| HSV(B) | 294.29º | 0.63% | 0.91% | - |
| XYZ | 46.73 | 27.23 | 79.14 | - |
| YUV | 141.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 232 | 0.06 | 0.63 | 0 | 0.09 | 294.29 | 0.76 | 0.62 |
| Hex | DA | 55 | E8 | 6 | 3F | 0 | 9 | 126 | 4C | 3E |
| Octal | 332 | 125 | 350 | 6 | 77 | 0 | 11 | 446 | 114 | 76 |
| Binary | 11011010 | 1010101 | 11101000 | 110 | 111111 | 0 | 1001 | 100100110 | 1001100 | 111110 |
Color Harmonies of #DA55E8
Complementary color
Monochromatic Colors of #DA55E8
Black with #DA55E8
Text Example
Text Example
White with #DA55E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55E8; }
p { color: rgb(218,85,232); }
H1.HeaderClassName
{
color: #DA55E8;
}
.AnyTagClassName
{
color: #DA55E8;
}
</style>
background-color css
<style>
a { background-color: #DA55E8; }
a { background-color: rgb(218,85,232); }
div.DivClassName
{
background-color: #DA55E8;
}
.BgClassName
{
background-color: #DA55E8;
}
</style>
border-color css
<style>
span { border-color: #DA55E8; }
span { border-color: rgb(218,85,232); }
td.TdClassName
{
border-color: #DA55E8;
}
.TagClassName
{
border-color: #DA55E8;
}
</style>