Shades of Deep Magenta #D313C7
Tints of Deep Magenta #D313C7
RGB
CMYK
RGB Variations
Color information
#D313C7 (or 0xD313C7) is known color: Deep Magenta. HEX triplet: D3, 13 and C7. RGB value is (211,19,199). Sum of RGB (Red+Green+Blue) = 211+19+199=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D313C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313C7 is #2CEC38. Grayscale: #606060. Windows color (decimal): -2944057 or 13046739. OLE color: 13046739.
HSL color Cylindrical-coordinate representation of color #D313C7: hue angle of 303.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313C7 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 199 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.17 |
| HSL | 303.75º | 0.83% | 0.45% | - |
| HSV(B) | 303.75º | 0.91% | 0.83% | - |
| XYZ | 37.41 | 18.44 | 55.62 | - |
| YUV | 96.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 199 | 0 | 0.91 | 0.06 | 0.17 | 303.75 | 0.83 | 0.45 |
| Hex | D3 | 13 | C7 | 0 | 5B | 6 | 11 | 130 | 53 | 2D |
| Octal | 323 | 23 | 307 | 0 | 133 | 6 | 21 | 460 | 123 | 55 |
| Binary | 11010011 | 10011 | 11000111 | 0 | 1011011 | 110 | 10001 | 100110000 | 1010011 | 101101 |
Color Harmonies of #D313C7
Complementary color
Monochromatic Colors of #D313C7
Black with #D313C7
Text Example
Text Example
White with #D313C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313C7; }
p { color: rgb(211,19,199); }
H1.HeaderClassName
{
color: #D313C7;
}
.AnyTagClassName
{
color: #D313C7;
}
</style>
background-color css
<style>
a { background-color: #D313C7; }
a { background-color: rgb(211,19,199); }
div.DivClassName
{
background-color: #D313C7;
}
.BgClassName
{
background-color: #D313C7;
}
</style>
border-color css
<style>
span { border-color: #D313C7; }
span { border-color: rgb(211,19,199); }
td.TdClassName
{
border-color: #D313C7;
}
.TagClassName
{
border-color: #D313C7;
}
</style>