Shades of Deep Magenta #D313DF
Tints of Deep Magenta #D313DF
RGB
CMYK
RGB Variations
Color information
#D313DF (or 0xD313DF) is known color: Deep Magenta. HEX triplet: D3, 13 and DF. RGB value is (211,19,223). Sum of RGB (Red+Green+Blue) = 211+19+223=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #D313DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313DF is #2CEC20. Grayscale: #636363. Windows color (decimal): -2944033 or 14619603. OLE color: 14619603.
HSL color Cylindrical-coordinate representation of color #D313DF: hue angle of 296.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313DF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 19 | 223 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.13 |
| HSL | 296.47º | 0.84% | 0.47% | - |
| HSV(B) | 296.47º | 0.91% | 0.87% | - |
| XYZ | 40.42 | 19.64 | 71.47 | - |
| YUV | 99.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 223 | 0.05 | 0.91 | 0 | 0.13 | 296.47 | 0.84 | 0.47 |
| Hex | D3 | 13 | DF | 5 | 5B | 0 | D | 128 | 54 | 2F |
| Octal | 323 | 23 | 337 | 5 | 133 | 0 | 15 | 450 | 124 | 57 |
| Binary | 11010011 | 10011 | 11011111 | 101 | 1011011 | 0 | 1101 | 100101000 | 1010100 | 101111 |
Color Harmonies of #D313DF
Complementary color
Monochromatic Colors of #D313DF
Black with #D313DF
Text Example
Text Example
White with #D313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313DF; }
p { color: rgb(211,19,223); }
H1.HeaderClassName
{
color: #D313DF;
}
.AnyTagClassName
{
color: #D313DF;
}
</style>
background-color css
<style>
a { background-color: #D313DF; }
a { background-color: rgb(211,19,223); }
div.DivClassName
{
background-color: #D313DF;
}
.BgClassName
{
background-color: #D313DF;
}
</style>
border-color css
<style>
span { border-color: #D313DF; }
span { border-color: rgb(211,19,223); }
td.TdClassName
{
border-color: #D313DF;
}
.TagClassName
{
border-color: #D313DF;
}
</style>