Shades of Deep Magenta #D90CC4
Tints of Deep Magenta #D90CC4
RGB
CMYK
RGB Variations
Color information
#D90CC4 (or 0xD90CC4) is known color: Deep Magenta. HEX triplet: D9, 0C and C4. RGB value is (217,12,196). Sum of RGB (Red+Green+Blue) = 217+12+196=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC4 is #26F33B. Grayscale: #5D5D5D. Windows color (decimal): -2552636 or 12848345. OLE color: 12848345.
HSL color Cylindrical-coordinate representation of color #D90CC4: hue angle of 306.15º 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 #D90CC4 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 196 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.15 |
| HSL | 306.15º | 0.9% | 0.45% | - |
| HSV(B) | 306.15º | 0.94% | 0.85% | - |
| XYZ | 38.71 | 19 | 53.85 | - |
| YUV | 94.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 196 | 0 | 0.94 | 0.10 | 0.15 | 306.15 | 0.9 | 0.45 |
| Hex | D9 | C | C4 | 0 | 5E | A | F | 132 | 5A | 2D |
| Octal | 331 | 14 | 304 | 0 | 136 | 12 | 17 | 462 | 132 | 55 |
| Binary | 11011001 | 1100 | 11000100 | 0 | 1011110 | 1010 | 1111 | 100110010 | 1011010 | 101101 |
Color Harmonies of #D90CC4
Complementary color
Monochromatic Colors of #D90CC4
Black with #D90CC4
Text Example
Text Example
White with #D90CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CC4; }
p { color: rgb(217,12,196); }
H1.HeaderClassName
{
color: #D90CC4;
}
.AnyTagClassName
{
color: #D90CC4;
}
</style>
background-color css
<style>
a { background-color: #D90CC4; }
a { background-color: rgb(217,12,196); }
div.DivClassName
{
background-color: #D90CC4;
}
.BgClassName
{
background-color: #D90CC4;
}
</style>
border-color css
<style>
span { border-color: #D90CC4; }
span { border-color: rgb(217,12,196); }
td.TdClassName
{
border-color: #D90CC4;
}
.TagClassName
{
border-color: #D90CC4;
}
</style>