Shades of Deep Magenta #DA11C4
Tints of Deep Magenta #DA11C4
RGB
CMYK
RGB Variations
Color information
#DA11C4 (or 0xDA11C4) is known color: Deep Magenta. HEX triplet: DA, 11 and C4. RGB value is (218,17,196). Sum of RGB (Red+Green+Blue) = 218+17+196=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11C4 is #25EE3B. Grayscale: #606060. Windows color (decimal): -2485820 or 12849626. OLE color: 12849626.
HSL color Cylindrical-coordinate representation of color #DA11C4: hue angle of 306.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11C4 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 196 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.15 |
| HSL | 306.57º | 0.86% | 0.46% | - |
| HSV(B) | 306.57º | 0.92% | 0.85% | - |
| XYZ | 39.08 | 19.29 | 53.89 | - |
| YUV | 97.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 196 | 0 | 0.92 | 0.10 | 0.15 | 306.57 | 0.86 | 0.46 |
| Hex | DA | 11 | C4 | 0 | 5C | A | F | 133 | 56 | 2E |
| Octal | 332 | 21 | 304 | 0 | 134 | 12 | 17 | 463 | 126 | 56 |
| Binary | 11011010 | 10001 | 11000100 | 0 | 1011100 | 1010 | 1111 | 100110011 | 1010110 | 101110 |
Color Harmonies of #DA11C4
Complementary color
Monochromatic Colors of #DA11C4
Black with #DA11C4
Text Example
Text Example
White with #DA11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11C4; }
p { color: rgb(218,17,196); }
H1.HeaderClassName
{
color: #DA11C4;
}
.AnyTagClassName
{
color: #DA11C4;
}
</style>
background-color css
<style>
a { background-color: #DA11C4; }
a { background-color: rgb(218,17,196); }
div.DivClassName
{
background-color: #DA11C4;
}
.BgClassName
{
background-color: #DA11C4;
}
</style>
border-color css
<style>
span { border-color: #DA11C4; }
span { border-color: rgb(218,17,196); }
td.TdClassName
{
border-color: #DA11C4;
}
.TagClassName
{
border-color: #DA11C4;
}
</style>