Shades of Deep Magenta #D90FCF
Tints of Deep Magenta #D90FCF
RGB
CMYK
RGB Variations
Color information
#D90FCF (or 0xD90FCF) is known color: Deep Magenta. HEX triplet: D9, 0F and CF. RGB value is (217,15,207). Sum of RGB (Red+Green+Blue) = 217+15+207=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FCF is #26F030. Grayscale: #606060. Windows color (decimal): -2551857 or 13570009. OLE color: 13570009.
HSL color Cylindrical-coordinate representation of color #D90FCF: hue angle of 302.97º 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 #D90FCF is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.15 |
| HSL | 302.97º | 0.87% | 0.45% | - |
| HSV(B) | 302.97º | 0.93% | 0.85% | - |
| XYZ | 40.05 | 19.6 | 60.7 | - |
| YUV | 97.29 | 189.92 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 207 | 0 | 0.93 | 0.05 | 0.15 | 302.97 | 0.87 | 0.45 |
| Hex | D9 | F | CF | 0 | 5D | 5 | F | 12F | 57 | 2D |
| Octal | 331 | 17 | 317 | 0 | 135 | 5 | 17 | 457 | 127 | 55 |
| Binary | 11011001 | 1111 | 11001111 | 0 | 1011101 | 101 | 1111 | 100101111 | 1010111 | 101101 |
Color Harmonies of #D90FCF
Complementary color
Monochromatic Colors of #D90FCF
Black with #D90FCF
Text Example
Text Example
White with #D90FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FCF; }
p { color: rgb(217,15,207); }
H1.HeaderClassName
{
color: #D90FCF;
}
.AnyTagClassName
{
color: #D90FCF;
}
</style>
background-color css
<style>
a { background-color: #D90FCF; }
a { background-color: rgb(217,15,207); }
div.DivClassName
{
background-color: #D90FCF;
}
.BgClassName
{
background-color: #D90FCF;
}
</style>
border-color css
<style>
span { border-color: #D90FCF; }
span { border-color: rgb(217,15,207); }
td.TdClassName
{
border-color: #D90FCF;
}
.TagClassName
{
border-color: #D90FCF;
}
</style>