Shades of Deep Magenta #D90AC3
Tints of Deep Magenta #D90AC3
RGB
CMYK
RGB Variations
Color information
#D90AC3 (or 0xD90AC3) is known color: Deep Magenta. HEX triplet: D9, 0A and C3. RGB value is (217,10,195). Sum of RGB (Red+Green+Blue) = 217+10+195=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AC3 is #26F53C. Grayscale: #5C5C5C. Windows color (decimal): -2553149 or 12782297. OLE color: 12782297.
HSL color Cylindrical-coordinate representation of color #D90AC3: hue angle of 306.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90AC3 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 195 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.15 |
| HSL | 306.38º | 0.91% | 0.45% | - |
| HSV(B) | 306.38º | 0.95% | 0.85% | - |
| XYZ | 38.57 | 18.91 | 53.25 | - |
| YUV | 92.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 195 | 0 | 0.95 | 0.10 | 0.15 | 306.38 | 0.91 | 0.45 |
| Hex | D9 | A | C3 | 0 | 5F | A | F | 132 | 5B | 2D |
| Octal | 331 | 12 | 303 | 0 | 137 | 12 | 17 | 462 | 133 | 55 |
| Binary | 11011001 | 1010 | 11000011 | 0 | 1011111 | 1010 | 1111 | 100110010 | 1011011 | 101101 |
Color Harmonies of #D90AC3
Complementary color
Monochromatic Colors of #D90AC3
Black with #D90AC3
Text Example
Text Example
White with #D90AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AC3; }
p { color: rgb(217,10,195); }
H1.HeaderClassName
{
color: #D90AC3;
}
.AnyTagClassName
{
color: #D90AC3;
}
</style>
background-color css
<style>
a { background-color: #D90AC3; }
a { background-color: rgb(217,10,195); }
div.DivClassName
{
background-color: #D90AC3;
}
.BgClassName
{
background-color: #D90AC3;
}
</style>
border-color css
<style>
span { border-color: #D90AC3; }
span { border-color: rgb(217,10,195); }
td.TdClassName
{
border-color: #D90AC3;
}
.TagClassName
{
border-color: #D90AC3;
}
</style>