Shades of Deep Magenta #D90CDF
Tints of Deep Magenta #D90CDF
RGB
CMYK
RGB Variations
Color information
#D90CDF (or 0xD90CDF) is known color: Deep Magenta. HEX triplet: D9, 0C and DF. RGB value is (217,12,223). Sum of RGB (Red+Green+Blue) = 217+12+223=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #D90CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CDF is #26F320. Grayscale: #606060. Windows color (decimal): -2552609 or 14617817. OLE color: 14617817.
HSL color Cylindrical-coordinate representation of color #D90CDF: hue angle of 298.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CDF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 12 | 223 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.29º | 0.9% | 0.46% | - |
| HSV(B) | 298.29º | 0.95% | 0.87% | - |
| XYZ | 42.07 | 20.34 | 71.52 | - |
| YUV | 97.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 223 | 0.03 | 0.95 | 0 | 0.13 | 298.29 | 0.9 | 0.46 |
| Hex | D9 | C | DF | 3 | 5F | 0 | D | 12A | 5A | 2E |
| Octal | 331 | 14 | 337 | 3 | 137 | 0 | 15 | 452 | 132 | 56 |
| Binary | 11011001 | 1100 | 11011111 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011010 | 101110 |
Color Harmonies of #D90CDF
Complementary color
Monochromatic Colors of #D90CDF
Black with #D90CDF
Text Example
Text Example
White with #D90CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CDF; }
p { color: rgb(217,12,223); }
H1.HeaderClassName
{
color: #D90CDF;
}
.AnyTagClassName
{
color: #D90CDF;
}
</style>
background-color css
<style>
a { background-color: #D90CDF; }
a { background-color: rgb(217,12,223); }
div.DivClassName
{
background-color: #D90CDF;
}
.BgClassName
{
background-color: #D90CDF;
}
</style>
border-color css
<style>
span { border-color: #D90CDF; }
span { border-color: rgb(217,12,223); }
td.TdClassName
{
border-color: #D90CDF;
}
.TagClassName
{
border-color: #D90CDF;
}
</style>