Shades of Deep Magenta #DA1DC4
Tints of Deep Magenta #DA1DC4
RGB
CMYK
RGB Variations
Color information
#DA1DC4 (or 0xDA1DC4) is known color: Deep Magenta. HEX triplet: DA, 1D and C4. RGB value is (218,29,196). Sum of RGB (Red+Green+Blue) = 218+29+196=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DC4 is #25E23B. Grayscale: #686868. Windows color (decimal): -2482748 or 12852698. OLE color: 12852698.
HSL color Cylindrical-coordinate representation of color #DA1DC4: hue angle of 306.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DC4 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 196 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.15 |
| HSL | 306.98º | 0.77% | 0.48% | - |
| HSV(B) | 306.98º | 0.87% | 0.85% | - |
| XYZ | 39.32 | 19.77 | 53.97 | - |
| YUV | 104.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 196 | 0 | 0.87 | 0.10 | 0.15 | 306.98 | 0.77 | 0.48 |
| Hex | DA | 1D | C4 | 0 | 57 | A | F | 133 | 4D | 30 |
| Octal | 332 | 35 | 304 | 0 | 127 | 12 | 17 | 463 | 115 | 60 |
| Binary | 11011010 | 11101 | 11000100 | 0 | 1010111 | 1010 | 1111 | 100110011 | 1001101 | 110000 |
Color Harmonies of #DA1DC4
Complementary color
Monochromatic Colors of #DA1DC4
Black with #DA1DC4
Text Example
Text Example
White with #DA1DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DC4; }
p { color: rgb(218,29,196); }
H1.HeaderClassName
{
color: #DA1DC4;
}
.AnyTagClassName
{
color: #DA1DC4;
}
</style>
background-color css
<style>
a { background-color: #DA1DC4; }
a { background-color: rgb(218,29,196); }
div.DivClassName
{
background-color: #DA1DC4;
}
.BgClassName
{
background-color: #DA1DC4;
}
</style>
border-color css
<style>
span { border-color: #DA1DC4; }
span { border-color: rgb(218,29,196); }
td.TdClassName
{
border-color: #DA1DC4;
}
.TagClassName
{
border-color: #DA1DC4;
}
</style>