Shades of Deep Magenta #D90FC3
Tints of Deep Magenta #D90FC3
RGB
CMYK
RGB Variations
Color information
#D90FC3 (or 0xD90FC3) is known color: Deep Magenta. HEX triplet: D9, 0F and C3. RGB value is (217,15,195). Sum of RGB (Red+Green+Blue) = 217+15+195=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FC3 is #26F03C. Grayscale: #5F5F5F. Windows color (decimal): -2551869 or 12783577. OLE color: 12783577.
HSL color Cylindrical-coordinate representation of color #D90FC3: hue angle of 306.53º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FC3 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 195 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.15 |
| HSL | 306.53º | 0.87% | 0.45% | - |
| HSV(B) | 306.53º | 0.93% | 0.85% | - |
| XYZ | 38.64 | 19.03 | 53.27 | - |
| YUV | 95.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 195 | 0 | 0.93 | 0.10 | 0.15 | 306.53 | 0.87 | 0.45 |
| Hex | D9 | F | C3 | 0 | 5D | A | F | 133 | 57 | 2D |
| Octal | 331 | 17 | 303 | 0 | 135 | 12 | 17 | 463 | 127 | 55 |
| Binary | 11011001 | 1111 | 11000011 | 0 | 1011101 | 1010 | 1111 | 100110011 | 1010111 | 101101 |
Color Harmonies of #D90FC3
Complementary color
Monochromatic Colors of #D90FC3
Black with #D90FC3
Text Example
Text Example
White with #D90FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FC3; }
p { color: rgb(217,15,195); }
H1.HeaderClassName
{
color: #D90FC3;
}
.AnyTagClassName
{
color: #D90FC3;
}
</style>
background-color css
<style>
a { background-color: #D90FC3; }
a { background-color: rgb(217,15,195); }
div.DivClassName
{
background-color: #D90FC3;
}
.BgClassName
{
background-color: #D90FC3;
}
</style>
border-color css
<style>
span { border-color: #D90FC3; }
span { border-color: rgb(217,15,195); }
td.TdClassName
{
border-color: #D90FC3;
}
.TagClassName
{
border-color: #D90FC3;
}
</style>