Shades of Deep Magenta #DA13C7
Tints of Deep Magenta #DA13C7
RGB
CMYK
RGB Variations
Color information
#DA13C7 (or 0xDA13C7) is known color: Deep Magenta. HEX triplet: DA, 13 and C7. RGB value is (218,19,199). Sum of RGB (Red+Green+Blue) = 218+19+199=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13C7 is #25EC38. Grayscale: #626262. Windows color (decimal): -2485305 or 13046746. OLE color: 13046746.
HSL color Cylindrical-coordinate representation of color #DA13C7: hue angle of 305.73º 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 #DA13C7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 199 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.15 |
| HSL | 305.73º | 0.84% | 0.46% | - |
| HSV(B) | 305.73º | 0.91% | 0.85% | - |
| XYZ | 39.46 | 19.49 | 55.72 | - |
| YUV | 99.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 199 | 0 | 0.91 | 0.09 | 0.15 | 305.73 | 0.84 | 0.46 |
| Hex | DA | 13 | C7 | 0 | 5B | 9 | F | 132 | 54 | 2E |
| Octal | 332 | 23 | 307 | 0 | 133 | 11 | 17 | 462 | 124 | 56 |
| Binary | 11011010 | 10011 | 11000111 | 0 | 1011011 | 1001 | 1111 | 100110010 | 1010100 | 101110 |
Color Harmonies of #DA13C7
Complementary color
Monochromatic Colors of #DA13C7
Black with #DA13C7
Text Example
Text Example
White with #DA13C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13C7; }
p { color: rgb(218,19,199); }
H1.HeaderClassName
{
color: #DA13C7;
}
.AnyTagClassName
{
color: #DA13C7;
}
</style>
background-color css
<style>
a { background-color: #DA13C7; }
a { background-color: rgb(218,19,199); }
div.DivClassName
{
background-color: #DA13C7;
}
.BgClassName
{
background-color: #DA13C7;
}
</style>
border-color css
<style>
span { border-color: #DA13C7; }
span { border-color: rgb(218,19,199); }
td.TdClassName
{
border-color: #DA13C7;
}
.TagClassName
{
border-color: #DA13C7;
}
</style>