Html Css Color HEX #DA50C8 Free Speech Magenta
📋 copy color: '#DA50C8'red 218 ◦ green 80 ◦ blue 200
Shades of Free Speech Magenta #DA50C8
Tints of Free Speech Magenta #DA50C8
RGB
CMYK
RGB Variations
Color information
#DA50C8 (or 0xDA50C8) is known color: Free Speech Magenta. HEX triplet: DA, 50 and C8. RGB value is (218,80,200). Sum of RGB (Red+Green+Blue) = 218+80+200=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50C8 is #25AF37. Grayscale: #868686. Windows color (decimal): -2469688 or 13127898. OLE color: 13127898.
HSL color Cylindrical-coordinate representation of color #DA50C8: hue angle of 307.83º 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 #DA50C8 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 200 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.15 |
| HSL | 307.83º | 0.65% | 0.58% | - |
| HSV(B) | 307.83º | 0.63% | 0.85% | - |
| XYZ | 42.21 | 24.81 | 57.21 | - |
| YUV | 134.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 200 | 0 | 0.63 | 0.08 | 0.15 | 307.83 | 0.65 | 0.58 |
| Hex | DA | 50 | C8 | 0 | 3F | 8 | F | 134 | 41 | 3A |
| Octal | 332 | 120 | 310 | 0 | 77 | 10 | 17 | 464 | 101 | 72 |
| Binary | 11011010 | 1010000 | 11001000 | 0 | 111111 | 1000 | 1111 | 100110100 | 1000001 | 111010 |
Color Harmonies of #DA50C8
Complementary color
Monochromatic Colors of #DA50C8
Black with #DA50C8
Text Example
Text Example
White with #DA50C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50C8; }
p { color: rgb(218,80,200); }
H1.HeaderClassName
{
color: #DA50C8;
}
.AnyTagClassName
{
color: #DA50C8;
}
</style>
background-color css
<style>
a { background-color: #DA50C8; }
a { background-color: rgb(218,80,200); }
div.DivClassName
{
background-color: #DA50C8;
}
.BgClassName
{
background-color: #DA50C8;
}
</style>
border-color css
<style>
span { border-color: #DA50C8; }
span { border-color: rgb(218,80,200); }
td.TdClassName
{
border-color: #DA50C8;
}
.TagClassName
{
border-color: #DA50C8;
}
</style>