Shades of Deep Magenta #D707C4
Tints of Deep Magenta #D707C4
RGB
CMYK
RGB Variations
Color information
#D707C4 (or 0xD707C4) is known color: Deep Magenta. HEX triplet: D7, 07 and C4. RGB value is (215,7,196). Sum of RGB (Red+Green+Blue) = 215+7+196=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D707C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707C4 is #28F83B. Grayscale: #5A5A5A. Windows color (decimal): -2684988 or 12847063. OLE color: 12847063.
HSL color Cylindrical-coordinate representation of color #D707C4: hue angle of 305.48º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707C4 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 196 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.16 |
| HSL | 305.48º | 0.94% | 0.44% | - |
| HSV(B) | 305.48º | 0.97% | 0.84% | - |
| XYZ | 38.06 | 18.58 | 53.81 | - |
| YUV | 90.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 196 | 0 | 0.97 | 0.09 | 0.16 | 305.48 | 0.94 | 0.44 |
| Hex | D7 | 7 | C4 | 0 | 61 | 9 | 10 | 131 | 5E | 2C |
| Octal | 327 | 7 | 304 | 0 | 141 | 11 | 20 | 461 | 136 | 54 |
| Binary | 11010111 | 111 | 11000100 | 0 | 1100001 | 1001 | 10000 | 100110001 | 1011110 | 101100 |
Color Harmonies of #D707C4
Complementary color
Monochromatic Colors of #D707C4
Black with #D707C4
Text Example
Text Example
White with #D707C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707C4; }
p { color: rgb(215,7,196); }
H1.HeaderClassName
{
color: #D707C4;
}
.AnyTagClassName
{
color: #D707C4;
}
</style>
background-color css
<style>
a { background-color: #D707C4; }
a { background-color: rgb(215,7,196); }
div.DivClassName
{
background-color: #D707C4;
}
.BgClassName
{
background-color: #D707C4;
}
</style>
border-color css
<style>
span { border-color: #D707C4; }
span { border-color: rgb(215,7,196); }
td.TdClassName
{
border-color: #D707C4;
}
.TagClassName
{
border-color: #D707C4;
}
</style>