Shades of Deep Magenta #D90CCC
Tints of Deep Magenta #D90CCC
RGB
CMYK
RGB Variations
Color information
#D90CCC (or 0xD90CCC) is known color: Deep Magenta. HEX triplet: D9, 0C and CC. RGB value is (217,12,204). Sum of RGB (Red+Green+Blue) = 217+12+204=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CCC is #26F333. Grayscale: #5E5E5E. Windows color (decimal): -2552628 or 13372633. OLE color: 13372633.
HSL color Cylindrical-coordinate representation of color #D90CCC: hue angle of 303.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90CCC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 303.8º | 0.9% | 0.45% | - |
| HSV(B) | 303.8º | 0.94% | 0.85% | - |
| XYZ | 39.65 | 19.37 | 58.78 | - |
| YUV | 95.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 204 | 0 | 0.94 | 0.06 | 0.15 | 303.8 | 0.9 | 0.45 |
| Hex | D9 | C | CC | 0 | 5E | 6 | F | 130 | 5A | 2D |
| Octal | 331 | 14 | 314 | 0 | 136 | 6 | 17 | 460 | 132 | 55 |
| Binary | 11011001 | 1100 | 11001100 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #D90CCC
Complementary color
Monochromatic Colors of #D90CCC
Black with #D90CCC
Text Example
Text Example
White with #D90CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CCC; }
p { color: rgb(217,12,204); }
H1.HeaderClassName
{
color: #D90CCC;
}
.AnyTagClassName
{
color: #D90CCC;
}
</style>
background-color css
<style>
a { background-color: #D90CCC; }
a { background-color: rgb(217,12,204); }
div.DivClassName
{
background-color: #D90CCC;
}
.BgClassName
{
background-color: #D90CCC;
}
</style>
border-color css
<style>
span { border-color: #D90CCC; }
span { border-color: rgb(217,12,204); }
td.TdClassName
{
border-color: #D90CCC;
}
.TagClassName
{
border-color: #D90CCC;
}
</style>