Shades of Deep Magenta #D313DA
Tints of Deep Magenta #D313DA
RGB
CMYK
RGB Variations
Color information
#D313DA (or 0xD313DA) is known color: Deep Magenta. HEX triplet: D3, 13 and DA. RGB value is (211,19,218). Sum of RGB (Red+Green+Blue) = 211+19+218=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D313DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313DA is #2CEC25. Grayscale: #626262. Windows color (decimal): -2944038 or 14291923. OLE color: 14291923.
HSL color Cylindrical-coordinate representation of color #D313DA: hue angle of 297.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313DA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 19 | 218 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.15 |
| HSL | 297.89º | 0.84% | 0.46% | - |
| HSV(B) | 297.89º | 0.91% | 0.85% | - |
| XYZ | 39.75 | 19.38 | 67.97 | - |
| YUV | 99.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 218 | 0.03 | 0.91 | 0 | 0.15 | 297.89 | 0.84 | 0.46 |
| Hex | D3 | 13 | DA | 3 | 5B | 0 | F | 12A | 54 | 2E |
| Octal | 323 | 23 | 332 | 3 | 133 | 0 | 17 | 452 | 124 | 56 |
| Binary | 11010011 | 10011 | 11011010 | 11 | 1011011 | 0 | 1111 | 100101010 | 1010100 | 101110 |
Color Harmonies of #D313DA
Complementary color
Monochromatic Colors of #D313DA
Black with #D313DA
Text Example
Text Example
White with #D313DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313DA; }
p { color: rgb(211,19,218); }
H1.HeaderClassName
{
color: #D313DA;
}
.AnyTagClassName
{
color: #D313DA;
}
</style>
background-color css
<style>
a { background-color: #D313DA; }
a { background-color: rgb(211,19,218); }
div.DivClassName
{
background-color: #D313DA;
}
.BgClassName
{
background-color: #D313DA;
}
</style>
border-color css
<style>
span { border-color: #D313DA; }
span { border-color: rgb(211,19,218); }
td.TdClassName
{
border-color: #D313DA;
}
.TagClassName
{
border-color: #D313DA;
}
</style>