Html Css Color HEX #DA54E5 Free Speech Magenta
📋 copy color: '#DA54E5'red 218 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #DA54E5
Tints of Free Speech Magenta #DA54E5
RGB
CMYK
RGB Variations
Color information
#DA54E5 (or 0xDA54E5) is known color: Free Speech Magenta. HEX triplet: DA, 54 and E5. RGB value is (218,84,229). Sum of RGB (Red+Green+Blue) = 218+84+229=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA54E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54E5 is #25AB1A. Grayscale: #8C8C8C. Windows color (decimal): -2468635 or 15029466. OLE color: 15029466.
HSL color Cylindrical-coordinate representation of color #DA54E5: hue angle of 295.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA54E5 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 84 | 229 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.10 |
| HSL | 295.45º | 0.74% | 0.61% | - |
| HSV(B) | 295.45º | 0.63% | 0.9% | - |
| XYZ | 46.23 | 26.9 | 76.89 | - |
| YUV | 140.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 229 | 0.05 | 0.63 | 0 | 0.10 | 295.45 | 0.74 | 0.61 |
| Hex | DA | 54 | E5 | 5 | 3F | 0 | A | 127 | 4A | 3D |
| Octal | 332 | 124 | 345 | 5 | 77 | 0 | 12 | 447 | 112 | 75 |
| Binary | 11011010 | 1010100 | 11100101 | 101 | 111111 | 0 | 1010 | 100100111 | 1001010 | 111101 |
Color Harmonies of #DA54E5
Complementary color
Monochromatic Colors of #DA54E5
Black with #DA54E5
Text Example
Text Example
White with #DA54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54E5; }
p { color: rgb(218,84,229); }
H1.HeaderClassName
{
color: #DA54E5;
}
.AnyTagClassName
{
color: #DA54E5;
}
</style>
background-color css
<style>
a { background-color: #DA54E5; }
a { background-color: rgb(218,84,229); }
div.DivClassName
{
background-color: #DA54E5;
}
.BgClassName
{
background-color: #DA54E5;
}
</style>
border-color css
<style>
span { border-color: #DA54E5; }
span { border-color: rgb(218,84,229); }
td.TdClassName
{
border-color: #DA54E5;
}
.TagClassName
{
border-color: #DA54E5;
}
</style>