Html Css Color HEX #DA49C4 Free Speech Magenta
📋 copy color: '#DA49C4'red 218 ◦ green 73 ◦ blue 196
Shades of Free Speech Magenta #DA49C4
Tints of Free Speech Magenta #DA49C4
RGB
CMYK
RGB Variations
Color information
#DA49C4 (or 0xDA49C4) is known color: Free Speech Magenta. HEX triplet: DA, 49 and C4. RGB value is (218,73,196). Sum of RGB (Red+Green+Blue) = 218+73+196=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49C4 is #25B63B. Grayscale: #828282. Windows color (decimal): -2471484 or 12863962. OLE color: 12863962.
HSL color Cylindrical-coordinate representation of color #DA49C4: hue angle of 309.1º 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 #DA49C4 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 196 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.15 |
| HSL | 309.1º | 0.66% | 0.57% | - |
| HSV(B) | 309.1º | 0.67% | 0.85% | - |
| XYZ | 41.26 | 23.66 | 54.62 | - |
| YUV | 130.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 196 | 0 | 0.67 | 0.10 | 0.15 | 309.1 | 0.66 | 0.57 |
| Hex | DA | 49 | C4 | 0 | 43 | A | F | 135 | 42 | 39 |
| Octal | 332 | 111 | 304 | 0 | 103 | 12 | 17 | 465 | 102 | 71 |
| Binary | 11011010 | 1001001 | 11000100 | 0 | 1000011 | 1010 | 1111 | 100110101 | 1000010 | 111001 |
Color Harmonies of #DA49C4
Complementary color
Monochromatic Colors of #DA49C4
Black with #DA49C4
Text Example
Text Example
White with #DA49C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49C4; }
p { color: rgb(218,73,196); }
H1.HeaderClassName
{
color: #DA49C4;
}
.AnyTagClassName
{
color: #DA49C4;
}
</style>
background-color css
<style>
a { background-color: #DA49C4; }
a { background-color: rgb(218,73,196); }
div.DivClassName
{
background-color: #DA49C4;
}
.BgClassName
{
background-color: #DA49C4;
}
</style>
border-color css
<style>
span { border-color: #DA49C4; }
span { border-color: rgb(218,73,196); }
td.TdClassName
{
border-color: #DA49C4;
}
.TagClassName
{
border-color: #DA49C4;
}
</style>