Html Css Color HEX #DA5FE5 Free Speech Magenta
📋 copy color: '#DA5FE5'red 218 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #DA5FE5
Tints of Free Speech Magenta #DA5FE5
RGB
CMYK
RGB Variations
Color information
#DA5FE5 (or 0xDA5FE5) is known color: Free Speech Magenta. HEX triplet: DA, 5F and E5. RGB value is (218,95,229). Sum of RGB (Red+Green+Blue) = 218+95+229=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FE5 is #25A01A. Grayscale: #929292. Windows color (decimal): -2465819 or 15032282. OLE color: 15032282.
HSL color Cylindrical-coordinate representation of color #DA5FE5: hue angle of 295.07º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5FE5 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 95 | 229 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.10 |
| HSL | 295.07º | 0.72% | 0.64% | - |
| HSV(B) | 295.07º | 0.59% | 0.9% | - |
| XYZ | 47.15 | 28.75 | 77.19 | - |
| YUV | 147.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 229 | 0.05 | 0.59 | 0 | 0.10 | 295.07 | 0.72 | 0.64 |
| Hex | DA | 5F | E5 | 5 | 3B | 0 | A | 127 | 48 | 40 |
| Octal | 332 | 137 | 345 | 5 | 73 | 0 | 12 | 447 | 110 | 100 |
| Binary | 11011010 | 1011111 | 11100101 | 101 | 111011 | 0 | 1010 | 100100111 | 1001000 | 1000000 |
Color Harmonies of #DA5FE5
Complementary color
Monochromatic Colors of #DA5FE5
Black with #DA5FE5
Text Example
Text Example
White with #DA5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FE5; }
p { color: rgb(218,95,229); }
H1.HeaderClassName
{
color: #DA5FE5;
}
.AnyTagClassName
{
color: #DA5FE5;
}
</style>
background-color css
<style>
a { background-color: #DA5FE5; }
a { background-color: rgb(218,95,229); }
div.DivClassName
{
background-color: #DA5FE5;
}
.BgClassName
{
background-color: #DA5FE5;
}
</style>
border-color css
<style>
span { border-color: #DA5FE5; }
span { border-color: rgb(218,95,229); }
td.TdClassName
{
border-color: #DA5FE5;
}
.TagClassName
{
border-color: #DA5FE5;
}
</style>