Shades of Deep Magenta #D613C9
Tints of Deep Magenta #D613C9
RGB
CMYK
RGB Variations
Color information
#D613C9 (or 0xD613C9) is known color: Deep Magenta. HEX triplet: D6, 13 and C9. RGB value is (214,19,201). Sum of RGB (Red+Green+Blue) = 214+19+201=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D613C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613C9 is #29EC36. Grayscale: #616161. Windows color (decimal): -2747447 or 13177814. OLE color: 13177814.
HSL color Cylindrical-coordinate representation of color #D613C9: hue angle of 304º 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 #D613C9 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 201 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.16 |
| HSL | 304º | 0.84% | 0.46% | - |
| HSV(B) | 304º | 0.91% | 0.84% | - |
| XYZ | 38.51 | 18.98 | 56.89 | - |
| YUV | 98.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 201 | 0 | 0.91 | 0.06 | 0.16 | 304 | 0.84 | 0.46 |
| Hex | D6 | 13 | C9 | 0 | 5B | 6 | 10 | 130 | 54 | 2E |
| Octal | 326 | 23 | 311 | 0 | 133 | 6 | 20 | 460 | 124 | 56 |
| Binary | 11010110 | 10011 | 11001001 | 0 | 1011011 | 110 | 10000 | 100110000 | 1010100 | 101110 |
Color Harmonies of #D613C9
Complementary color
Monochromatic Colors of #D613C9
Black with #D613C9
Text Example
Text Example
White with #D613C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613C9; }
p { color: rgb(214,19,201); }
H1.HeaderClassName
{
color: #D613C9;
}
.AnyTagClassName
{
color: #D613C9;
}
</style>
background-color css
<style>
a { background-color: #D613C9; }
a { background-color: rgb(214,19,201); }
div.DivClassName
{
background-color: #D613C9;
}
.BgClassName
{
background-color: #D613C9;
}
</style>
border-color css
<style>
span { border-color: #D613C9; }
span { border-color: rgb(214,19,201); }
td.TdClassName
{
border-color: #D613C9;
}
.TagClassName
{
border-color: #D613C9;
}
</style>