Shades of Deep Magenta #D907DD
Tints of Deep Magenta #D907DD
RGB
CMYK
RGB Variations
Color information
#D907DD (or 0xD907DD) is known color: Deep Magenta. HEX triplet: D9, 07 and DD. RGB value is (217,7,221). Sum of RGB (Red+Green+Blue) = 217+7+221=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #D907DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907DD is #26F822. Grayscale: #5D5D5D. Windows color (decimal): -2553891 or 14485465. OLE color: 14485465.
HSL color Cylindrical-coordinate representation of color #D907DD: hue angle of 298.88º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907DD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 7 | 221 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.13 |
| HSL | 298.88º | 0.94% | 0.45% | - |
| HSV(B) | 298.88º | 0.97% | 0.87% | - |
| XYZ | 41.74 | 20.12 | 70.09 | - |
| YUV | 94.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 221 | 0.02 | 0.97 | 0 | 0.13 | 298.88 | 0.94 | 0.45 |
| Hex | D9 | 7 | DD | 2 | 61 | 0 | D | 12B | 5E | 2D |
| Octal | 331 | 7 | 335 | 2 | 141 | 0 | 15 | 453 | 136 | 55 |
| Binary | 11011001 | 111 | 11011101 | 10 | 1100001 | 0 | 1101 | 100101011 | 1011110 | 101101 |
Color Harmonies of #D907DD
Complementary color
Monochromatic Colors of #D907DD
Black with #D907DD
Text Example
Text Example
White with #D907DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907DD; }
p { color: rgb(217,7,221); }
H1.HeaderClassName
{
color: #D907DD;
}
.AnyTagClassName
{
color: #D907DD;
}
</style>
background-color css
<style>
a { background-color: #D907DD; }
a { background-color: rgb(217,7,221); }
div.DivClassName
{
background-color: #D907DD;
}
.BgClassName
{
background-color: #D907DD;
}
</style>
border-color css
<style>
span { border-color: #D907DD; }
span { border-color: rgb(217,7,221); }
td.TdClassName
{
border-color: #D907DD;
}
.TagClassName
{
border-color: #D907DD;
}
</style>