Shades of Deep Magenta #D90BCC
Tints of Deep Magenta #D90BCC
RGB
CMYK
RGB Variations
Color information
#D90BCC (or 0xD90BCC) is known color: Deep Magenta. HEX triplet: D9, 0B and CC. RGB value is (217,11,204). Sum of RGB (Red+Green+Blue) = 217+11+204=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BCC is #26F433. Grayscale: #5E5E5E. Windows color (decimal): -2552884 or 13372377. OLE color: 13372377.
HSL color Cylindrical-coordinate representation of color #D90BCC: hue angle of 303.79º degrees, saturation: 0.9, 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 #D90BCC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 303.79º | 0.9% | 0.45% | - |
| HSV(B) | 303.79º | 0.95% | 0.85% | - |
| XYZ | 39.63 | 19.35 | 58.77 | - |
| YUV | 94.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 204 | 0 | 0.95 | 0.06 | 0.15 | 303.79 | 0.9 | 0.45 |
| Hex | D9 | B | CC | 0 | 5F | 6 | F | 130 | 5A | 2D |
| Octal | 331 | 13 | 314 | 0 | 137 | 6 | 17 | 460 | 132 | 55 |
| Binary | 11011001 | 1011 | 11001100 | 0 | 1011111 | 110 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #D90BCC
Complementary color
Monochromatic Colors of #D90BCC
Black with #D90BCC
Text Example
Text Example
White with #D90BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BCC; }
p { color: rgb(217,11,204); }
H1.HeaderClassName
{
color: #D90BCC;
}
.AnyTagClassName
{
color: #D90BCC;
}
</style>
background-color css
<style>
a { background-color: #D90BCC; }
a { background-color: rgb(217,11,204); }
div.DivClassName
{
background-color: #D90BCC;
}
.BgClassName
{
background-color: #D90BCC;
}
</style>
border-color css
<style>
span { border-color: #D90BCC; }
span { border-color: rgb(217,11,204); }
td.TdClassName
{
border-color: #D90BCC;
}
.TagClassName
{
border-color: #D90BCC;
}
</style>