Html Css Color HEX #DA55C5 Free Speech Magenta
📋 copy color: '#DA55C5'red 218 ◦ green 85 ◦ blue 197
Shades of Free Speech Magenta #DA55C5
Tints of Free Speech Magenta #DA55C5
RGB
CMYK
RGB Variations
Color information
#DA55C5 (or 0xDA55C5) is known color: Free Speech Magenta. HEX triplet: DA, 55 and C5. RGB value is (218,85,197). Sum of RGB (Red+Green+Blue) = 218+85+197=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55C5 is #25AA3A. Grayscale: #898989. Windows color (decimal): -2468411 or 12932570. OLE color: 12932570.
HSL color Cylindrical-coordinate representation of color #DA55C5: hue angle of 309.47º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55C5 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 197 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.15 |
| HSL | 309.47º | 0.64% | 0.59% | - |
| HSV(B) | 309.47º | 0.61% | 0.85% | - |
| XYZ | 42.24 | 25.43 | 55.51 | - |
| YUV | 137.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 197 | 0 | 0.61 | 0.10 | 0.15 | 309.47 | 0.64 | 0.59 |
| Hex | DA | 55 | C5 | 0 | 3D | A | F | 135 | 40 | 3B |
| Octal | 332 | 125 | 305 | 0 | 75 | 12 | 17 | 465 | 100 | 73 |
| Binary | 11011010 | 1010101 | 11000101 | 0 | 111101 | 1010 | 1111 | 100110101 | 1000000 | 111011 |
Color Harmonies of #DA55C5
Complementary color
Monochromatic Colors of #DA55C5
Black with #DA55C5
Text Example
Text Example
White with #DA55C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55C5; }
p { color: rgb(218,85,197); }
H1.HeaderClassName
{
color: #DA55C5;
}
.AnyTagClassName
{
color: #DA55C5;
}
</style>
background-color css
<style>
a { background-color: #DA55C5; }
a { background-color: rgb(218,85,197); }
div.DivClassName
{
background-color: #DA55C5;
}
.BgClassName
{
background-color: #DA55C5;
}
</style>
border-color css
<style>
span { border-color: #DA55C5; }
span { border-color: rgb(218,85,197); }
td.TdClassName
{
border-color: #DA55C5;
}
.TagClassName
{
border-color: #DA55C5;
}
</style>