Shades of Deep Magenta #D901B8
Tints of Deep Magenta #D901B8
RGB
CMYK
RGB Variations
Color information
#D901B8 (or 0xD901B8) is known color: Deep Magenta. HEX triplet: D9, 01 and B8. RGB value is (217,1,184). Sum of RGB (Red+Green+Blue) = 217+1+184=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D901B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901B8 is #26FE47. Grayscale: #555555. Windows color (decimal): -2555464 or 12059097. OLE color: 12059097.
HSL color Cylindrical-coordinate representation of color #D901B8: hue angle of 309.17º 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 #D901B8 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.15 |
| HSL | 309.17º | 0.99% | 0.43% | - |
| HSV(B) | 309.17º | 1% | 0.85% | - |
| XYZ | 37.28 | 18.23 | 46.9 | - |
| YUV | 86.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 184 | 0 | 1.00 | 0.15 | 0.15 | 309.17 | 0.99 | 0.43 |
| Hex | D9 | 1 | B8 | 0 | 64 | F | F | 135 | 63 | 2B |
| Octal | 331 | 1 | 270 | 0 | 144 | 17 | 17 | 465 | 143 | 53 |
| Binary | 11011001 | 1 | 10111000 | 0 | 1100100 | 1111 | 1111 | 100110101 | 1100011 | 101011 |
Color Harmonies of #D901B8
Complementary color
Monochromatic Colors of #D901B8
Black with #D901B8
Text Example
Text Example
White with #D901B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901B8; }
p { color: rgb(217,1,184); }
H1.HeaderClassName
{
color: #D901B8;
}
.AnyTagClassName
{
color: #D901B8;
}
</style>
background-color css
<style>
a { background-color: #D901B8; }
a { background-color: rgb(217,1,184); }
div.DivClassName
{
background-color: #D901B8;
}
.BgClassName
{
background-color: #D901B8;
}
</style>
border-color css
<style>
span { border-color: #D901B8; }
span { border-color: rgb(217,1,184); }
td.TdClassName
{
border-color: #D901B8;
}
.TagClassName
{
border-color: #D901B8;
}
</style>