Shades of Deep Magenta #D90FC4
Tints of Deep Magenta #D90FC4
RGB
CMYK
RGB Variations
Color information
#D90FC4 (or 0xD90FC4) is known color: Deep Magenta. HEX triplet: D9, 0F and C4. RGB value is (217,15,196). Sum of RGB (Red+Green+Blue) = 217+15+196=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FC4 is #26F03B. Grayscale: #5F5F5F. Windows color (decimal): -2551868 or 12849113. OLE color: 12849113.
HSL color Cylindrical-coordinate representation of color #D90FC4: hue angle of 306.24º 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 #D90FC4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 196 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.15 |
| HSL | 306.24º | 0.87% | 0.45% | - |
| HSV(B) | 306.24º | 0.93% | 0.85% | - |
| XYZ | 38.75 | 19.08 | 53.86 | - |
| YUV | 96.03 | 184.42 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 196 | 0 | 0.93 | 0.10 | 0.15 | 306.24 | 0.87 | 0.45 |
| Hex | D9 | F | C4 | 0 | 5D | A | F | 132 | 57 | 2D |
| Octal | 331 | 17 | 304 | 0 | 135 | 12 | 17 | 462 | 127 | 55 |
| Binary | 11011001 | 1111 | 11000100 | 0 | 1011101 | 1010 | 1111 | 100110010 | 1010111 | 101101 |
Color Harmonies of #D90FC4
Complementary color
Monochromatic Colors of #D90FC4
Black with #D90FC4
Text Example
Text Example
White with #D90FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FC4; }
p { color: rgb(217,15,196); }
H1.HeaderClassName
{
color: #D90FC4;
}
.AnyTagClassName
{
color: #D90FC4;
}
</style>
background-color css
<style>
a { background-color: #D90FC4; }
a { background-color: rgb(217,15,196); }
div.DivClassName
{
background-color: #D90FC4;
}
.BgClassName
{
background-color: #D90FC4;
}
</style>
border-color css
<style>
span { border-color: #D90FC4; }
span { border-color: rgb(217,15,196); }
td.TdClassName
{
border-color: #D90FC4;
}
.TagClassName
{
border-color: #D90FC4;
}
</style>