Shades of Deep Magenta #D913CD
Tints of Deep Magenta #D913CD
RGB
CMYK
RGB Variations
Color information
#D913CD (or 0xD913CD) is known color: Deep Magenta. HEX triplet: D9, 13 and CD. RGB value is (217,19,205). Sum of RGB (Red+Green+Blue) = 217+19+205=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D913CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913CD is #26EC32. Grayscale: #626262. Windows color (decimal): -2550835 or 13439961. OLE color: 13439961.
HSL color Cylindrical-coordinate representation of color #D913CD: hue angle of 303.64º 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 #D913CD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 205 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.15 |
| HSL | 303.64º | 0.84% | 0.46% | - |
| HSV(B) | 303.64º | 0.91% | 0.85% | - |
| XYZ | 39.87 | 19.63 | 59.44 | - |
| YUV | 99.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 205 | 0 | 0.91 | 0.06 | 0.15 | 303.64 | 0.84 | 0.46 |
| Hex | D9 | 13 | CD | 0 | 5B | 6 | F | 130 | 54 | 2E |
| Octal | 331 | 23 | 315 | 0 | 133 | 6 | 17 | 460 | 124 | 56 |
| Binary | 11011001 | 10011 | 11001101 | 0 | 1011011 | 110 | 1111 | 100110000 | 1010100 | 101110 |
Color Harmonies of #D913CD
Complementary color
Monochromatic Colors of #D913CD
Black with #D913CD
Text Example
Text Example
White with #D913CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913CD; }
p { color: rgb(217,19,205); }
H1.HeaderClassName
{
color: #D913CD;
}
.AnyTagClassName
{
color: #D913CD;
}
</style>
background-color css
<style>
a { background-color: #D913CD; }
a { background-color: rgb(217,19,205); }
div.DivClassName
{
background-color: #D913CD;
}
.BgClassName
{
background-color: #D913CD;
}
</style>
border-color css
<style>
span { border-color: #D913CD; }
span { border-color: rgb(217,19,205); }
td.TdClassName
{
border-color: #D913CD;
}
.TagClassName
{
border-color: #D913CD;
}
</style>