Shades of Deep Magenta #DA13C5
Tints of Deep Magenta #DA13C5
RGB
CMYK
RGB Variations
Color information
#DA13C5 (or 0xDA13C5) is known color: Deep Magenta. HEX triplet: DA, 13 and C5. RGB value is (218,19,197). Sum of RGB (Red+Green+Blue) = 218+19+197=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13C5 is #25EC3A. Grayscale: #626262. Windows color (decimal): -2485307 or 12915674. OLE color: 12915674.
HSL color Cylindrical-coordinate representation of color #DA13C5: hue angle of 306.33º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13C5 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 197 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.15 |
| HSL | 306.33º | 0.84% | 0.46% | - |
| HSV(B) | 306.33º | 0.91% | 0.85% | - |
| XYZ | 39.22 | 19.4 | 54.5 | - |
| YUV | 98.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 197 | 0 | 0.91 | 0.10 | 0.15 | 306.33 | 0.84 | 0.46 |
| Hex | DA | 13 | C5 | 0 | 5B | A | F | 132 | 54 | 2E |
| Octal | 332 | 23 | 305 | 0 | 133 | 12 | 17 | 462 | 124 | 56 |
| Binary | 11011010 | 10011 | 11000101 | 0 | 1011011 | 1010 | 1111 | 100110010 | 1010100 | 101110 |
Color Harmonies of #DA13C5
Complementary color
Monochromatic Colors of #DA13C5
Black with #DA13C5
Text Example
Text Example
White with #DA13C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13C5; }
p { color: rgb(218,19,197); }
H1.HeaderClassName
{
color: #DA13C5;
}
.AnyTagClassName
{
color: #DA13C5;
}
</style>
background-color css
<style>
a { background-color: #DA13C5; }
a { background-color: rgb(218,19,197); }
div.DivClassName
{
background-color: #DA13C5;
}
.BgClassName
{
background-color: #DA13C5;
}
</style>
border-color css
<style>
span { border-color: #DA13C5; }
span { border-color: rgb(218,19,197); }
td.TdClassName
{
border-color: #DA13C5;
}
.TagClassName
{
border-color: #DA13C5;
}
</style>