Html Css Color HEX #DA49C5 Free Speech Magenta
📋 copy color: '#DA49C5'red 218 ◦ green 73 ◦ blue 197
Shades of Free Speech Magenta #DA49C5
Tints of Free Speech Magenta #DA49C5
RGB
CMYK
RGB Variations
Color information
#DA49C5 (or 0xDA49C5) is known color: Free Speech Magenta. HEX triplet: DA, 49 and C5. RGB value is (218,73,197). Sum of RGB (Red+Green+Blue) = 218+73+197=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49C5 is #25B63A. Grayscale: #828282. Windows color (decimal): -2471483 or 12929498. OLE color: 12929498.
HSL color Cylindrical-coordinate representation of color #DA49C5: hue angle of 308.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49C5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 197 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.15 |
| HSL | 308.69º | 0.66% | 0.57% | - |
| HSV(B) | 308.69º | 0.67% | 0.85% | - |
| XYZ | 41.37 | 23.7 | 55.22 | - |
| YUV | 130.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 197 | 0 | 0.67 | 0.10 | 0.15 | 308.69 | 0.66 | 0.57 |
| Hex | DA | 49 | C5 | 0 | 43 | A | F | 135 | 42 | 39 |
| Octal | 332 | 111 | 305 | 0 | 103 | 12 | 17 | 465 | 102 | 71 |
| Binary | 11011010 | 1001001 | 11000101 | 0 | 1000011 | 1010 | 1111 | 100110101 | 1000010 | 111001 |
Color Harmonies of #DA49C5
Complementary color
Monochromatic Colors of #DA49C5
Black with #DA49C5
Text Example
Text Example
White with #DA49C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49C5; }
p { color: rgb(218,73,197); }
H1.HeaderClassName
{
color: #DA49C5;
}
.AnyTagClassName
{
color: #DA49C5;
}
</style>
background-color css
<style>
a { background-color: #DA49C5; }
a { background-color: rgb(218,73,197); }
div.DivClassName
{
background-color: #DA49C5;
}
.BgClassName
{
background-color: #DA49C5;
}
</style>
border-color css
<style>
span { border-color: #DA49C5; }
span { border-color: rgb(218,73,197); }
td.TdClassName
{
border-color: #DA49C5;
}
.TagClassName
{
border-color: #DA49C5;
}
</style>