Html Css Color HEX #DA55C8 Free Speech Magenta
📋 copy color: '#DA55C8'red 218 ◦ green 85 ◦ blue 200
Shades of Free Speech Magenta #DA55C8
Tints of Free Speech Magenta #DA55C8
RGB
CMYK
RGB Variations
Color information
#DA55C8 (or 0xDA55C8) is known color: Free Speech Magenta. HEX triplet: DA, 55 and C8. RGB value is (218,85,200). Sum of RGB (Red+Green+Blue) = 218+85+200=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55C8 is #25AA37. Grayscale: #898989. Windows color (decimal): -2468408 or 13129178. OLE color: 13129178.
HSL color Cylindrical-coordinate representation of color #DA55C8: hue angle of 308.12º 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 #DA55C8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 200 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.15 |
| HSL | 308.12º | 0.64% | 0.59% | - |
| HSV(B) | 308.12º | 0.61% | 0.85% | - |
| XYZ | 42.59 | 25.57 | 57.33 | - |
| YUV | 137.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 200 | 0 | 0.61 | 0.08 | 0.15 | 308.12 | 0.64 | 0.59 |
| Hex | DA | 55 | C8 | 0 | 3D | 8 | F | 134 | 40 | 3B |
| Octal | 332 | 125 | 310 | 0 | 75 | 10 | 17 | 464 | 100 | 73 |
| Binary | 11011010 | 1010101 | 11001000 | 0 | 111101 | 1000 | 1111 | 100110100 | 1000000 | 111011 |
Color Harmonies of #DA55C8
Complementary color
Monochromatic Colors of #DA55C8
Black with #DA55C8
Text Example
Text Example
White with #DA55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55C8; }
p { color: rgb(218,85,200); }
H1.HeaderClassName
{
color: #DA55C8;
}
.AnyTagClassName
{
color: #DA55C8;
}
</style>
background-color css
<style>
a { background-color: #DA55C8; }
a { background-color: rgb(218,85,200); }
div.DivClassName
{
background-color: #DA55C8;
}
.BgClassName
{
background-color: #DA55C8;
}
</style>
border-color css
<style>
span { border-color: #DA55C8; }
span { border-color: rgb(218,85,200); }
td.TdClassName
{
border-color: #DA55C8;
}
.TagClassName
{
border-color: #DA55C8;
}
</style>