Shades of Deep Magenta #D109B4
Tints of Deep Magenta #D109B4
RGB
CMYK
RGB Variations
Color information
#D109B4 (or 0xD109B4) is known color: Deep Magenta. HEX triplet: D1, 09 and B4. RGB value is (209,9,180). Sum of RGB (Red+Green+Blue) = 209+9+180=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D109B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109B4 is #2EF64B. Grayscale: #575757. Windows color (decimal): -3077708 or 11798993. OLE color: 11798993.
HSL color Cylindrical-coordinate representation of color #D109B4: hue angle of 308.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109B4 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 180 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.18 |
| HSL | 308.7º | 0.92% | 0.43% | - |
| HSV(B) | 308.7º | 0.96% | 0.82% | - |
| XYZ | 34.63 | 17.05 | 44.64 | - |
| YUV | 88.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 180 | 0 | 0.96 | 0.14 | 0.18 | 308.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | B4 | 0 | 60 | E | 12 | 135 | 5C | 2B |
| Octal | 321 | 11 | 264 | 0 | 140 | 16 | 22 | 465 | 134 | 53 |
| Binary | 11010001 | 1001 | 10110100 | 0 | 1100000 | 1110 | 10010 | 100110101 | 1011100 | 101011 |
Color Harmonies of #D109B4
Complementary color
Monochromatic Colors of #D109B4
Black with #D109B4
Text Example
Text Example
White with #D109B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109B4; }
p { color: rgb(209,9,180); }
H1.HeaderClassName
{
color: #D109B4;
}
.AnyTagClassName
{
color: #D109B4;
}
</style>
background-color css
<style>
a { background-color: #D109B4; }
a { background-color: rgb(209,9,180); }
div.DivClassName
{
background-color: #D109B4;
}
.BgClassName
{
background-color: #D109B4;
}
</style>
border-color css
<style>
span { border-color: #D109B4; }
span { border-color: rgb(209,9,180); }
td.TdClassName
{
border-color: #D109B4;
}
.TagClassName
{
border-color: #D109B4;
}
</style>