Shades of Deep Magenta #D90CDC
Tints of Deep Magenta #D90CDC
RGB
CMYK
RGB Variations
Color information
#D90CDC (or 0xD90CDC) is known color: Deep Magenta. HEX triplet: D9, 0C and DC. RGB value is (217,12,220). Sum of RGB (Red+Green+Blue) = 217+12+220=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D90CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CDC is #26F323. Grayscale: #606060. Windows color (decimal): -2552612 or 14421209. OLE color: 14421209.
HSL color Cylindrical-coordinate representation of color #D90CDC: hue angle of 299.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CDC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 12 | 220 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.14 |
| HSL | 299.13º | 0.9% | 0.45% | - |
| HSV(B) | 299.13º | 0.95% | 0.86% | - |
| XYZ | 41.67 | 20.18 | 69.41 | - |
| YUV | 97.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 220 | 0.01 | 0.95 | 0 | 0.14 | 299.13 | 0.9 | 0.45 |
| Hex | D9 | C | DC | 1 | 5F | 0 | E | 12B | 5A | 2D |
| Octal | 331 | 14 | 334 | 1 | 137 | 0 | 16 | 453 | 132 | 55 |
| Binary | 11011001 | 1100 | 11011100 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D90CDC
Complementary color
Monochromatic Colors of #D90CDC
Black with #D90CDC
Text Example
Text Example
White with #D90CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CDC; }
p { color: rgb(217,12,220); }
H1.HeaderClassName
{
color: #D90CDC;
}
.AnyTagClassName
{
color: #D90CDC;
}
</style>
background-color css
<style>
a { background-color: #D90CDC; }
a { background-color: rgb(217,12,220); }
div.DivClassName
{
background-color: #D90CDC;
}
.BgClassName
{
background-color: #D90CDC;
}
</style>
border-color css
<style>
span { border-color: #D90CDC; }
span { border-color: rgb(217,12,220); }
td.TdClassName
{
border-color: #D90CDC;
}
.TagClassName
{
border-color: #D90CDC;
}
</style>