Shades of Deep Magenta #D909D3
Tints of Deep Magenta #D909D3
RGB
CMYK
RGB Variations
Color information
#D909D3 (or 0xD909D3) is known color: Deep Magenta. HEX triplet: D9, 09 and D3. RGB value is (217,9,211). Sum of RGB (Red+Green+Blue) = 217+9+211=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D909D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909D3 is #26F62C. Grayscale: #5D5D5D. Windows color (decimal): -2553389 or 13830617. OLE color: 13830617.
HSL color Cylindrical-coordinate representation of color #D909D3: hue angle of 301.73º 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 #D909D3 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.15 |
| HSL | 301.73º | 0.92% | 0.44% | - |
| HSV(B) | 301.73º | 0.96% | 0.85% | - |
| XYZ | 40.47 | 19.65 | 63.29 | - |
| YUV | 94.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 211 | 0 | 0.96 | 0.03 | 0.15 | 301.73 | 0.92 | 0.44 |
| Hex | D9 | 9 | D3 | 0 | 60 | 3 | F | 12E | 5C | 2C |
| Octal | 331 | 11 | 323 | 0 | 140 | 3 | 17 | 456 | 134 | 54 |
| Binary | 11011001 | 1001 | 11010011 | 0 | 1100000 | 11 | 1111 | 100101110 | 1011100 | 101100 |
Color Harmonies of #D909D3
Complementary color
Monochromatic Colors of #D909D3
Black with #D909D3
Text Example
Text Example
White with #D909D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909D3; }
p { color: rgb(217,9,211); }
H1.HeaderClassName
{
color: #D909D3;
}
.AnyTagClassName
{
color: #D909D3;
}
</style>
background-color css
<style>
a { background-color: #D909D3; }
a { background-color: rgb(217,9,211); }
div.DivClassName
{
background-color: #D909D3;
}
.BgClassName
{
background-color: #D909D3;
}
</style>
border-color css
<style>
span { border-color: #D909D3; }
span { border-color: rgb(217,9,211); }
td.TdClassName
{
border-color: #D909D3;
}
.TagClassName
{
border-color: #D909D3;
}
</style>