Shades of Deep Magenta #D013CA
Tints of Deep Magenta #D013CA
RGB
CMYK
RGB Variations
Color information
#D013CA (or 0xD013CA) is known color: Deep Magenta. HEX triplet: D0, 13 and CA. RGB value is (208,19,202). Sum of RGB (Red+Green+Blue) = 208+19+202=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D013CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013CA is #2FEC35. Grayscale: #5F5F5F. Windows color (decimal): -3140662 or 13243344. OLE color: 13243344.
HSL color Cylindrical-coordinate representation of color #D013CA: hue angle of 301.9º 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 #D013CA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.18 |
| HSL | 301.9º | 0.83% | 0.45% | - |
| HSV(B) | 301.9º | 0.91% | 0.82% | - |
| XYZ | 36.91 | 18.14 | 57.43 | - |
| YUV | 96.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 202 | 0 | 0.91 | 0.03 | 0.18 | 301.9 | 0.83 | 0.45 |
| Hex | D0 | 13 | CA | 0 | 5B | 3 | 12 | 12E | 53 | 2D |
| Octal | 320 | 23 | 312 | 0 | 133 | 3 | 22 | 456 | 123 | 55 |
| Binary | 11010000 | 10011 | 11001010 | 0 | 1011011 | 11 | 10010 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D013CA
Complementary color
Monochromatic Colors of #D013CA
Black with #D013CA
Text Example
Text Example
White with #D013CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013CA; }
p { color: rgb(208,19,202); }
H1.HeaderClassName
{
color: #D013CA;
}
.AnyTagClassName
{
color: #D013CA;
}
</style>
background-color css
<style>
a { background-color: #D013CA; }
a { background-color: rgb(208,19,202); }
div.DivClassName
{
background-color: #D013CA;
}
.BgClassName
{
background-color: #D013CA;
}
</style>
border-color css
<style>
span { border-color: #D013CA; }
span { border-color: rgb(208,19,202); }
td.TdClassName
{
border-color: #D013CA;
}
.TagClassName
{
border-color: #D013CA;
}
</style>