Shades of Deep Magenta #D909BE
Tints of Deep Magenta #D909BE
RGB
CMYK
RGB Variations
Color information
#D909BE (or 0xD909BE) is known color: Deep Magenta. HEX triplet: D9, 09 and BE. RGB value is (217,9,190). Sum of RGB (Red+Green+Blue) = 217+9+190=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D909BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909BE is #26F641. Grayscale: #5B5B5B. Windows color (decimal): -2553410 or 12454361. OLE color: 12454361.
HSL color Cylindrical-coordinate representation of color #D909BE: hue angle of 307.79º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909BE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.15 |
| HSL | 307.79º | 0.92% | 0.44% | - |
| HSV(B) | 307.79º | 0.96% | 0.85% | - |
| XYZ | 38.01 | 18.66 | 50.31 | - |
| YUV | 91.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 190 | 0 | 0.96 | 0.12 | 0.15 | 307.79 | 0.92 | 0.44 |
| Hex | D9 | 9 | BE | 0 | 60 | C | F | 134 | 5C | 2C |
| Octal | 331 | 11 | 276 | 0 | 140 | 14 | 17 | 464 | 134 | 54 |
| Binary | 11011001 | 1001 | 10111110 | 0 | 1100000 | 1100 | 1111 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D909BE
Complementary color
Monochromatic Colors of #D909BE
Black with #D909BE
Text Example
Text Example
White with #D909BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909BE; }
p { color: rgb(217,9,190); }
H1.HeaderClassName
{
color: #D909BE;
}
.AnyTagClassName
{
color: #D909BE;
}
</style>
background-color css
<style>
a { background-color: #D909BE; }
a { background-color: rgb(217,9,190); }
div.DivClassName
{
background-color: #D909BE;
}
.BgClassName
{
background-color: #D909BE;
}
</style>
border-color css
<style>
span { border-color: #D909BE; }
span { border-color: rgb(217,9,190); }
td.TdClassName
{
border-color: #D909BE;
}
.TagClassName
{
border-color: #D909BE;
}
</style>