Shades of Deep Magenta #D907C4
Tints of Deep Magenta #D907C4
RGB
CMYK
RGB Variations
Color information
#D907C4 (or 0xD907C4) is known color: Deep Magenta. HEX triplet: D9, 07 and C4. RGB value is (217,7,196). Sum of RGB (Red+Green+Blue) = 217+7+196=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D907C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907C4 is #26F83B. Grayscale: #5A5A5A. Windows color (decimal): -2553916 or 12847065. OLE color: 12847065.
HSL color Cylindrical-coordinate representation of color #D907C4: hue angle of 306º 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 #D907C4 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 196 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.15 |
| HSL | 306º | 0.94% | 0.44% | - |
| HSV(B) | 306º | 0.97% | 0.85% | - |
| XYZ | 38.66 | 18.89 | 53.83 | - |
| YUV | 91.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 196 | 0 | 0.97 | 0.10 | 0.15 | 306 | 0.94 | 0.44 |
| Hex | D9 | 7 | C4 | 0 | 61 | A | F | 132 | 5E | 2C |
| Octal | 331 | 7 | 304 | 0 | 141 | 12 | 17 | 462 | 136 | 54 |
| Binary | 11011001 | 111 | 11000100 | 0 | 1100001 | 1010 | 1111 | 100110010 | 1011110 | 101100 |
Color Harmonies of #D907C4
Complementary color
Monochromatic Colors of #D907C4
Black with #D907C4
Text Example
Text Example
White with #D907C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907C4; }
p { color: rgb(217,7,196); }
H1.HeaderClassName
{
color: #D907C4;
}
.AnyTagClassName
{
color: #D907C4;
}
</style>
background-color css
<style>
a { background-color: #D907C4; }
a { background-color: rgb(217,7,196); }
div.DivClassName
{
background-color: #D907C4;
}
.BgClassName
{
background-color: #D907C4;
}
</style>
border-color css
<style>
span { border-color: #D907C4; }
span { border-color: rgb(217,7,196); }
td.TdClassName
{
border-color: #D907C4;
}
.TagClassName
{
border-color: #D907C4;
}
</style>