Shades of Deep Magenta #D901BC
Tints of Deep Magenta #D901BC
RGB
CMYK
RGB Variations
Color information
#D901BC (or 0xD901BC) is known color: Deep Magenta. HEX triplet: D9, 01 and BC. RGB value is (217,1,188). Sum of RGB (Red+Green+Blue) = 217+1+188=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D901BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901BC is #26FE43. Grayscale: #565656. Windows color (decimal): -2555460 or 12321241. OLE color: 12321241.
HSL color Cylindrical-coordinate representation of color #D901BC: hue angle of 308.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901BC is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.15 |
| HSL | 308.06º | 0.99% | 0.43% | - |
| HSV(B) | 308.06º | 1% | 0.85% | - |
| XYZ | 37.7 | 18.4 | 49.14 | - |
| YUV | 86.9 | 185.06 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 188 | 0 | 1.00 | 0.13 | 0.15 | 308.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | BC | 0 | 64 | D | F | 134 | 63 | 2B |
| Octal | 331 | 1 | 274 | 0 | 144 | 15 | 17 | 464 | 143 | 53 |
| Binary | 11011001 | 1 | 10111100 | 0 | 1100100 | 1101 | 1111 | 100110100 | 1100011 | 101011 |
Color Harmonies of #D901BC
Complementary color
Monochromatic Colors of #D901BC
Black with #D901BC
Text Example
Text Example
White with #D901BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901BC; }
p { color: rgb(217,1,188); }
H1.HeaderClassName
{
color: #D901BC;
}
.AnyTagClassName
{
color: #D901BC;
}
</style>
background-color css
<style>
a { background-color: #D901BC; }
a { background-color: rgb(217,1,188); }
div.DivClassName
{
background-color: #D901BC;
}
.BgClassName
{
background-color: #D901BC;
}
</style>
border-color css
<style>
span { border-color: #D901BC; }
span { border-color: rgb(217,1,188); }
td.TdClassName
{
border-color: #D901BC;
}
.TagClassName
{
border-color: #D901BC;
}
</style>