Shades of Deep Magenta #D905BF
Tints of Deep Magenta #D905BF
RGB
CMYK
RGB Variations
Color information
#D905BF (or 0xD905BF) is known color: Deep Magenta. HEX triplet: D9, 05 and BF. RGB value is (217,5,191). Sum of RGB (Red+Green+Blue) = 217+5+191=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D905BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905BF is #26FA40. Grayscale: #595959. Windows color (decimal): -2554433 or 12518873. OLE color: 12518873.
HSL color Cylindrical-coordinate representation of color #D905BF: hue angle of 307.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905BF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.36º | 0.95% | 0.44% | - |
| HSV(B) | 307.36º | 0.98% | 0.85% | - |
| XYZ | 38.07 | 18.62 | 50.88 | - |
| YUV | 89.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 191 | 0 | 0.98 | 0.12 | 0.15 | 307.36 | 0.95 | 0.44 |
| Hex | D9 | 5 | BF | 0 | 62 | C | F | 133 | 5F | 2C |
| Octal | 331 | 5 | 277 | 0 | 142 | 14 | 17 | 463 | 137 | 54 |
| Binary | 11011001 | 101 | 10111111 | 0 | 1100010 | 1100 | 1111 | 100110011 | 1011111 | 101100 |
Color Harmonies of #D905BF
Complementary color
Monochromatic Colors of #D905BF
Black with #D905BF
Text Example
Text Example
White with #D905BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905BF; }
p { color: rgb(217,5,191); }
H1.HeaderClassName
{
color: #D905BF;
}
.AnyTagClassName
{
color: #D905BF;
}
</style>
background-color css
<style>
a { background-color: #D905BF; }
a { background-color: rgb(217,5,191); }
div.DivClassName
{
background-color: #D905BF;
}
.BgClassName
{
background-color: #D905BF;
}
</style>
border-color css
<style>
span { border-color: #D905BF; }
span { border-color: rgb(217,5,191); }
td.TdClassName
{
border-color: #D905BF;
}
.TagClassName
{
border-color: #D905BF;
}
</style>