Shades of Deep Magenta #DA13D5
Tints of Deep Magenta #DA13D5
RGB
CMYK
RGB Variations
Color information
#DA13D5 (or 0xDA13D5) is known color: Deep Magenta. HEX triplet: DA, 13 and D5. RGB value is (218,19,213). Sum of RGB (Red+Green+Blue) = 218+19+213=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13D5 is #25EC2A. Grayscale: #646464. Windows color (decimal): -2485291 or 13964250. OLE color: 13964250.
HSL color Cylindrical-coordinate representation of color #DA13D5: hue angle of 301.51º 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 #DA13D5 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 213 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.15 |
| HSL | 301.51º | 0.84% | 0.46% | - |
| HSV(B) | 301.51º | 0.91% | 0.85% | - |
| XYZ | 41.16 | 20.18 | 64.68 | - |
| YUV | 100.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 213 | 0 | 0.91 | 0.02 | 0.15 | 301.51 | 0.84 | 0.46 |
| Hex | DA | 13 | D5 | 0 | 5B | 2 | F | 12E | 54 | 2E |
| Octal | 332 | 23 | 325 | 0 | 133 | 2 | 17 | 456 | 124 | 56 |
| Binary | 11011010 | 10011 | 11010101 | 0 | 1011011 | 10 | 1111 | 100101110 | 1010100 | 101110 |
Color Harmonies of #DA13D5
Complementary color
Monochromatic Colors of #DA13D5
Black with #DA13D5
Text Example
Text Example
White with #DA13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13D5; }
p { color: rgb(218,19,213); }
H1.HeaderClassName
{
color: #DA13D5;
}
.AnyTagClassName
{
color: #DA13D5;
}
</style>
background-color css
<style>
a { background-color: #DA13D5; }
a { background-color: rgb(218,19,213); }
div.DivClassName
{
background-color: #DA13D5;
}
.BgClassName
{
background-color: #DA13D5;
}
</style>
border-color css
<style>
span { border-color: #DA13D5; }
span { border-color: rgb(218,19,213); }
td.TdClassName
{
border-color: #DA13D5;
}
.TagClassName
{
border-color: #DA13D5;
}
</style>