Shades of Deep Magenta #DA13DC
Tints of Deep Magenta #DA13DC
RGB
CMYK
RGB Variations
Color information
#DA13DC (or 0xDA13DC) is known color: Deep Magenta. HEX triplet: DA, 13 and DC. RGB value is (218,19,220). Sum of RGB (Red+Green+Blue) = 218+19+220=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13DC is #25EC23. Grayscale: #646464. Windows color (decimal): -2485284 or 14423002. OLE color: 14423002.
HSL color Cylindrical-coordinate representation of color #DA13DC: hue angle of 299.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13DC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 19 | 220 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.14 |
| HSL | 299.4º | 0.84% | 0.47% | - |
| HSV(B) | 299.4º | 0.91% | 0.86% | - |
| XYZ | 42.06 | 20.54 | 69.46 | - |
| YUV | 101.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 220 | 0.01 | 0.91 | 0 | 0.14 | 299.4 | 0.84 | 0.47 |
| Hex | DA | 13 | DC | 1 | 5B | 0 | E | 12B | 54 | 2F |
| Octal | 332 | 23 | 334 | 1 | 133 | 0 | 16 | 453 | 124 | 57 |
| Binary | 11011010 | 10011 | 11011100 | 1 | 1011011 | 0 | 1110 | 100101011 | 1010100 | 101111 |
Color Harmonies of #DA13DC
Complementary color
Monochromatic Colors of #DA13DC
Black with #DA13DC
Text Example
Text Example
White with #DA13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13DC; }
p { color: rgb(218,19,220); }
H1.HeaderClassName
{
color: #DA13DC;
}
.AnyTagClassName
{
color: #DA13DC;
}
</style>
background-color css
<style>
a { background-color: #DA13DC; }
a { background-color: rgb(218,19,220); }
div.DivClassName
{
background-color: #DA13DC;
}
.BgClassName
{
background-color: #DA13DC;
}
</style>
border-color css
<style>
span { border-color: #DA13DC; }
span { border-color: rgb(218,19,220); }
td.TdClassName
{
border-color: #DA13DC;
}
.TagClassName
{
border-color: #DA13DC;
}
</style>