Shades of Deep Magenta #DA13CE
Tints of Deep Magenta #DA13CE
RGB
CMYK
RGB Variations
Color information
#DA13CE (or 0xDA13CE) is known color: Deep Magenta. HEX triplet: DA, 13 and CE. RGB value is (218,19,206). Sum of RGB (Red+Green+Blue) = 218+19+206=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13CE is #25EC31. Grayscale: #636363. Windows color (decimal): -2485298 or 13505498. OLE color: 13505498.
HSL color Cylindrical-coordinate representation of color #DA13CE: hue angle of 303.62º 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 #DA13CE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 206 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.15 |
| HSL | 303.62º | 0.84% | 0.46% | - |
| HSV(B) | 303.62º | 0.91% | 0.85% | - |
| XYZ | 40.29 | 19.83 | 60.1 | - |
| YUV | 99.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 206 | 0 | 0.91 | 0.06 | 0.15 | 303.62 | 0.84 | 0.46 |
| Hex | DA | 13 | CE | 0 | 5B | 6 | F | 130 | 54 | 2E |
| Octal | 332 | 23 | 316 | 0 | 133 | 6 | 17 | 460 | 124 | 56 |
| Binary | 11011010 | 10011 | 11001110 | 0 | 1011011 | 110 | 1111 | 100110000 | 1010100 | 101110 |
Color Harmonies of #DA13CE
Complementary color
Monochromatic Colors of #DA13CE
Black with #DA13CE
Text Example
Text Example
White with #DA13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13CE; }
p { color: rgb(218,19,206); }
H1.HeaderClassName
{
color: #DA13CE;
}
.AnyTagClassName
{
color: #DA13CE;
}
</style>
background-color css
<style>
a { background-color: #DA13CE; }
a { background-color: rgb(218,19,206); }
div.DivClassName
{
background-color: #DA13CE;
}
.BgClassName
{
background-color: #DA13CE;
}
</style>
border-color css
<style>
span { border-color: #DA13CE; }
span { border-color: rgb(218,19,206); }
td.TdClassName
{
border-color: #DA13CE;
}
.TagClassName
{
border-color: #DA13CE;
}
</style>