Shades of Deep Magenta #D90BCB
Tints of Deep Magenta #D90BCB
RGB
CMYK
RGB Variations
Color information
#D90BCB (or 0xD90BCB) is known color: Deep Magenta. HEX triplet: D9, 0B and CB. RGB value is (217,11,203). Sum of RGB (Red+Green+Blue) = 217+11+203=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BCB is #26F434. Grayscale: #5D5D5D. Windows color (decimal): -2552885 or 13306841. OLE color: 13306841.
HSL color Cylindrical-coordinate representation of color #D90BCB: hue angle of 304.08º 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 #D90BCB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 304.08º | 0.9% | 0.45% | - |
| HSV(B) | 304.08º | 0.95% | 0.85% | - |
| XYZ | 39.51 | 19.3 | 58.14 | - |
| YUV | 94.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 203 | 0 | 0.95 | 0.06 | 0.15 | 304.08 | 0.9 | 0.45 |
| Hex | D9 | B | CB | 0 | 5F | 6 | F | 130 | 5A | 2D |
| Octal | 331 | 13 | 313 | 0 | 137 | 6 | 17 | 460 | 132 | 55 |
| Binary | 11011001 | 1011 | 11001011 | 0 | 1011111 | 110 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #D90BCB
Complementary color
Monochromatic Colors of #D90BCB
Black with #D90BCB
Text Example
Text Example
White with #D90BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BCB; }
p { color: rgb(217,11,203); }
H1.HeaderClassName
{
color: #D90BCB;
}
.AnyTagClassName
{
color: #D90BCB;
}
</style>
background-color css
<style>
a { background-color: #D90BCB; }
a { background-color: rgb(217,11,203); }
div.DivClassName
{
background-color: #D90BCB;
}
.BgClassName
{
background-color: #D90BCB;
}
</style>
border-color css
<style>
span { border-color: #D90BCB; }
span { border-color: rgb(217,11,203); }
td.TdClassName
{
border-color: #D90BCB;
}
.TagClassName
{
border-color: #D90BCB;
}
</style>