Shades of Deep Magenta #D907C6
Tints of Deep Magenta #D907C6
RGB
CMYK
RGB Variations
Color information
#D907C6 (or 0xD907C6) is known color: Deep Magenta. HEX triplet: D9, 07 and C6. RGB value is (217,7,198). Sum of RGB (Red+Green+Blue) = 217+7+198=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D907C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907C6 is #26F839. Grayscale: #5B5B5B. Windows color (decimal): -2553914 or 12978137. OLE color: 12978137.
HSL color Cylindrical-coordinate representation of color #D907C6: hue angle of 305.43º 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 #D907C6 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 198 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.15 |
| HSL | 305.43º | 0.94% | 0.44% | - |
| HSV(B) | 305.43º | 0.97% | 0.85% | - |
| XYZ | 38.88 | 18.98 | 55.04 | - |
| YUV | 91.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 198 | 0 | 0.97 | 0.09 | 0.15 | 305.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | C6 | 0 | 61 | 9 | F | 131 | 5E | 2C |
| Octal | 331 | 7 | 306 | 0 | 141 | 11 | 17 | 461 | 136 | 54 |
| Binary | 11011001 | 111 | 11000110 | 0 | 1100001 | 1001 | 1111 | 100110001 | 1011110 | 101100 |
Color Harmonies of #D907C6
Complementary color
Monochromatic Colors of #D907C6
Black with #D907C6
Text Example
Text Example
White with #D907C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907C6; }
p { color: rgb(217,7,198); }
H1.HeaderClassName
{
color: #D907C6;
}
.AnyTagClassName
{
color: #D907C6;
}
</style>
background-color css
<style>
a { background-color: #D907C6; }
a { background-color: rgb(217,7,198); }
div.DivClassName
{
background-color: #D907C6;
}
.BgClassName
{
background-color: #D907C6;
}
</style>
border-color css
<style>
span { border-color: #D907C6; }
span { border-color: rgb(217,7,198); }
td.TdClassName
{
border-color: #D907C6;
}
.TagClassName
{
border-color: #D907C6;
}
</style>