Html Css Color HEX #DA58E5 Free Speech Magenta
📋 copy color: '#DA58E5'red 218 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #DA58E5
Tints of Free Speech Magenta #DA58E5
RGB
CMYK
RGB Variations
Color information
#DA58E5 (or 0xDA58E5) is known color: Free Speech Magenta. HEX triplet: DA, 58 and E5. RGB value is (218,88,229). Sum of RGB (Red+Green+Blue) = 218+88+229=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58E5 is #25A71A. Grayscale: #8E8E8E. Windows color (decimal): -2467611 or 15030490. OLE color: 15030490.
HSL color Cylindrical-coordinate representation of color #DA58E5: hue angle of 295.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA58E5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 88 | 229 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.10 |
| HSL | 295.32º | 0.73% | 0.62% | - |
| HSV(B) | 295.32º | 0.62% | 0.9% | - |
| XYZ | 46.55 | 27.54 | 76.99 | - |
| YUV | 142.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 229 | 0.05 | 0.62 | 0 | 0.10 | 295.32 | 0.73 | 0.62 |
| Hex | DA | 58 | E5 | 5 | 3E | 0 | A | 127 | 49 | 3E |
| Octal | 332 | 130 | 345 | 5 | 76 | 0 | 12 | 447 | 111 | 76 |
| Binary | 11011010 | 1011000 | 11100101 | 101 | 111110 | 0 | 1010 | 100100111 | 1001001 | 111110 |
Color Harmonies of #DA58E5
Complementary color
Monochromatic Colors of #DA58E5
Black with #DA58E5
Text Example
Text Example
White with #DA58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58E5; }
p { color: rgb(218,88,229); }
H1.HeaderClassName
{
color: #DA58E5;
}
.AnyTagClassName
{
color: #DA58E5;
}
</style>
background-color css
<style>
a { background-color: #DA58E5; }
a { background-color: rgb(218,88,229); }
div.DivClassName
{
background-color: #DA58E5;
}
.BgClassName
{
background-color: #DA58E5;
}
</style>
border-color css
<style>
span { border-color: #DA58E5; }
span { border-color: rgb(218,88,229); }
td.TdClassName
{
border-color: #DA58E5;
}
.TagClassName
{
border-color: #DA58E5;
}
</style>