Shades of Deep Magenta #D013C2
Tints of Deep Magenta #D013C2
RGB
CMYK
RGB Variations
Color information
#D013C2 (or 0xD013C2) is known color: Deep Magenta. HEX triplet: D0, 13 and C2. RGB value is (208,19,194). Sum of RGB (Red+Green+Blue) = 208+19+194=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D013C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013C2 is #2FEC3D. Grayscale: #5E5E5E. Windows color (decimal): -3140670 or 12719056. OLE color: 12719056.
HSL color Cylindrical-coordinate representation of color #D013C2: hue angle of 304.44º 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 #D013C2 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 194 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.18 |
| HSL | 304.44º | 0.83% | 0.45% | - |
| HSV(B) | 304.44º | 0.91% | 0.82% | - |
| XYZ | 35.98 | 17.77 | 52.57 | - |
| YUV | 95.46 | 183.62 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 194 | 0 | 0.91 | 0.07 | 0.18 | 304.44 | 0.83 | 0.45 |
| Hex | D0 | 13 | C2 | 0 | 5B | 7 | 12 | 130 | 53 | 2D |
| Octal | 320 | 23 | 302 | 0 | 133 | 7 | 22 | 460 | 123 | 55 |
| Binary | 11010000 | 10011 | 11000010 | 0 | 1011011 | 111 | 10010 | 100110000 | 1010011 | 101101 |
Color Harmonies of #D013C2
Complementary color
Monochromatic Colors of #D013C2
Black with #D013C2
Text Example
Text Example
White with #D013C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013C2; }
p { color: rgb(208,19,194); }
H1.HeaderClassName
{
color: #D013C2;
}
.AnyTagClassName
{
color: #D013C2;
}
</style>
background-color css
<style>
a { background-color: #D013C2; }
a { background-color: rgb(208,19,194); }
div.DivClassName
{
background-color: #D013C2;
}
.BgClassName
{
background-color: #D013C2;
}
</style>
border-color css
<style>
span { border-color: #D013C2; }
span { border-color: rgb(208,19,194); }
td.TdClassName
{
border-color: #D013C2;
}
.TagClassName
{
border-color: #D013C2;
}
</style>