Shades of Deep Magenta #D907B3
Tints of Deep Magenta #D907B3
RGB
CMYK
RGB Variations
Color information
#D907B3 (or 0xD907B3) is known color: Deep Magenta. HEX triplet: D9, 07 and B3. RGB value is (217,7,179). Sum of RGB (Red+Green+Blue) = 217+7+179=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D907B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907B3 is #26F84C. Grayscale: #585858. Windows color (decimal): -2553933 or 11732953. OLE color: 11732953.
HSL color Cylindrical-coordinate representation of color #D907B3: hue angle of 310.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907B3 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 179 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.15 |
| HSL | 310.86º | 0.94% | 0.44% | - |
| HSV(B) | 310.86º | 0.97% | 0.85% | - |
| XYZ | 36.83 | 18.16 | 44.21 | - |
| YUV | 89.4 | 178.57 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 179 | 0 | 0.97 | 0.18 | 0.15 | 310.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | B3 | 0 | 61 | 12 | F | 137 | 5E | 2C |
| Octal | 331 | 7 | 263 | 0 | 141 | 22 | 17 | 467 | 136 | 54 |
| Binary | 11011001 | 111 | 10110011 | 0 | 1100001 | 10010 | 1111 | 100110111 | 1011110 | 101100 |
Color Harmonies of #D907B3
Complementary color
Monochromatic Colors of #D907B3
Black with #D907B3
Text Example
Text Example
White with #D907B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907B3; }
p { color: rgb(217,7,179); }
H1.HeaderClassName
{
color: #D907B3;
}
.AnyTagClassName
{
color: #D907B3;
}
</style>
background-color css
<style>
a { background-color: #D907B3; }
a { background-color: rgb(217,7,179); }
div.DivClassName
{
background-color: #D907B3;
}
.BgClassName
{
background-color: #D907B3;
}
</style>
border-color css
<style>
span { border-color: #D907B3; }
span { border-color: rgb(217,7,179); }
td.TdClassName
{
border-color: #D907B3;
}
.TagClassName
{
border-color: #D907B3;
}
</style>