Shades of Deep Magenta #D613CA
Tints of Deep Magenta #D613CA
RGB
CMYK
RGB Variations
Color information
#D613CA (or 0xD613CA) is known color: Deep Magenta. HEX triplet: D6, 13 and CA. RGB value is (214,19,202). Sum of RGB (Red+Green+Blue) = 214+19+202=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D613CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613CA is #29EC35. Grayscale: #616161. Windows color (decimal): -2747446 or 13243350. OLE color: 13243350.
HSL color Cylindrical-coordinate representation of color #D613CA: hue angle of 303.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613CA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.16 |
| HSL | 303.69º | 0.84% | 0.46% | - |
| HSV(B) | 303.69º | 0.91% | 0.84% | - |
| XYZ | 38.63 | 19.03 | 57.51 | - |
| YUV | 98.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 202 | 0 | 0.91 | 0.06 | 0.16 | 303.69 | 0.84 | 0.46 |
| Hex | D6 | 13 | CA | 0 | 5B | 6 | 10 | 130 | 54 | 2E |
| Octal | 326 | 23 | 312 | 0 | 133 | 6 | 20 | 460 | 124 | 56 |
| Binary | 11010110 | 10011 | 11001010 | 0 | 1011011 | 110 | 10000 | 100110000 | 1010100 | 101110 |
Color Harmonies of #D613CA
Complementary color
Monochromatic Colors of #D613CA
Black with #D613CA
Text Example
Text Example
White with #D613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613CA; }
p { color: rgb(214,19,202); }
H1.HeaderClassName
{
color: #D613CA;
}
.AnyTagClassName
{
color: #D613CA;
}
</style>
background-color css
<style>
a { background-color: #D613CA; }
a { background-color: rgb(214,19,202); }
div.DivClassName
{
background-color: #D613CA;
}
.BgClassName
{
background-color: #D613CA;
}
</style>
border-color css
<style>
span { border-color: #D613CA; }
span { border-color: rgb(214,19,202); }
td.TdClassName
{
border-color: #D613CA;
}
.TagClassName
{
border-color: #D613CA;
}
</style>