Html Css Color HEX #DA50C7 Free Speech Magenta
📋 copy color: '#DA50C7'red 218 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #DA50C7
Tints of Free Speech Magenta #DA50C7
RGB
CMYK
RGB Variations
Color information
#DA50C7 (or 0xDA50C7) is known color: Free Speech Magenta. HEX triplet: DA, 50 and C7. RGB value is (218,80,199). Sum of RGB (Red+Green+Blue) = 218+80+199=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50C7 is #25AF38. Grayscale: #868686. Windows color (decimal): -2469689 or 13062362. OLE color: 13062362.
HSL color Cylindrical-coordinate representation of color #DA50C7: hue angle of 308.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA50C7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 199 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.15 |
| HSL | 308.26º | 0.65% | 0.58% | - |
| HSV(B) | 308.26º | 0.63% | 0.85% | - |
| XYZ | 42.09 | 24.77 | 56.59 | - |
| YUV | 134.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 199 | 0 | 0.63 | 0.09 | 0.15 | 308.26 | 0.65 | 0.58 |
| Hex | DA | 50 | C7 | 0 | 3F | 9 | F | 134 | 41 | 3A |
| Octal | 332 | 120 | 307 | 0 | 77 | 11 | 17 | 464 | 101 | 72 |
| Binary | 11011010 | 1010000 | 11000111 | 0 | 111111 | 1001 | 1111 | 100110100 | 1000001 | 111010 |
Color Harmonies of #DA50C7
Complementary color
Monochromatic Colors of #DA50C7
Black with #DA50C7
Text Example
Text Example
White with #DA50C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50C7; }
p { color: rgb(218,80,199); }
H1.HeaderClassName
{
color: #DA50C7;
}
.AnyTagClassName
{
color: #DA50C7;
}
</style>
background-color css
<style>
a { background-color: #DA50C7; }
a { background-color: rgb(218,80,199); }
div.DivClassName
{
background-color: #DA50C7;
}
.BgClassName
{
background-color: #DA50C7;
}
</style>
border-color css
<style>
span { border-color: #DA50C7; }
span { border-color: rgb(218,80,199); }
td.TdClassName
{
border-color: #DA50C7;
}
.TagClassName
{
border-color: #DA50C7;
}
</style>