Shades of Deep Magenta #D013CF
Tints of Deep Magenta #D013CF
RGB
CMYK
RGB Variations
Color information
#D013CF (or 0xD013CF) is known color: Deep Magenta. HEX triplet: D0, 13 and CF. RGB value is (208,19,207). Sum of RGB (Red+Green+Blue) = 208+19+207=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D013CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013CF is #2FEC30. Grayscale: #606060. Windows color (decimal): -3140657 or 13571024. OLE color: 13571024.
HSL color Cylindrical-coordinate representation of color #D013CF: hue angle of 300.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013CF is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 207 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.18 |
| HSL | 300.32º | 0.83% | 0.45% | - |
| HSV(B) | 300.32º | 0.91% | 0.82% | - |
| XYZ | 37.51 | 18.38 | 60.6 | - |
| YUV | 96.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 207 | 0 | 0.91 | 0.00 | 0.18 | 300.32 | 0.83 | 0.45 |
| Hex | D0 | 13 | CF | 0 | 5B | 0 | 12 | 12C | 53 | 2D |
| Octal | 320 | 23 | 317 | 0 | 133 | 0 | 22 | 454 | 123 | 55 |
| Binary | 11010000 | 10011 | 11001111 | 0 | 1011011 | 0 | 10010 | 100101100 | 1010011 | 101101 |
Color Harmonies of #D013CF
Complementary color
Monochromatic Colors of #D013CF
Black with #D013CF
Text Example
Text Example
White with #D013CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013CF; }
p { color: rgb(208,19,207); }
H1.HeaderClassName
{
color: #D013CF;
}
.AnyTagClassName
{
color: #D013CF;
}
</style>
background-color css
<style>
a { background-color: #D013CF; }
a { background-color: rgb(208,19,207); }
div.DivClassName
{
background-color: #D013CF;
}
.BgClassName
{
background-color: #D013CF;
}
</style>
border-color css
<style>
span { border-color: #D013CF; }
span { border-color: rgb(208,19,207); }
td.TdClassName
{
border-color: #D013CF;
}
.TagClassName
{
border-color: #D013CF;
}
</style>