Shades of Deep Magenta #D708C1
Tints of Deep Magenta #D708C1
RGB
CMYK
RGB Variations
Color information
#D708C1 (or 0xD708C1) is known color: Deep Magenta. HEX triplet: D7, 08 and C1. RGB value is (215,8,193). Sum of RGB (Red+Green+Blue) = 215+8+193=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D708C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708C1 is #28F73E. Grayscale: #5A5A5A. Windows color (decimal): -2684735 or 12650711. OLE color: 12650711.
HSL color Cylindrical-coordinate representation of color #D708C1: hue angle of 306.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708C1 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 193 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.16 |
| HSL | 306.38º | 0.93% | 0.44% | - |
| HSV(B) | 306.38º | 0.96% | 0.84% | - |
| XYZ | 37.74 | 18.47 | 52.03 | - |
| YUV | 90.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 193 | 0 | 0.96 | 0.10 | 0.16 | 306.38 | 0.93 | 0.44 |
| Hex | D7 | 8 | C1 | 0 | 60 | A | 10 | 132 | 5D | 2C |
| Octal | 327 | 10 | 301 | 0 | 140 | 12 | 20 | 462 | 135 | 54 |
| Binary | 11010111 | 1000 | 11000001 | 0 | 1100000 | 1010 | 10000 | 100110010 | 1011101 | 101100 |
Color Harmonies of #D708C1
Complementary color
Monochromatic Colors of #D708C1
Black with #D708C1
Text Example
Text Example
White with #D708C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708C1; }
p { color: rgb(215,8,193); }
H1.HeaderClassName
{
color: #D708C1;
}
.AnyTagClassName
{
color: #D708C1;
}
</style>
background-color css
<style>
a { background-color: #D708C1; }
a { background-color: rgb(215,8,193); }
div.DivClassName
{
background-color: #D708C1;
}
.BgClassName
{
background-color: #D708C1;
}
</style>
border-color css
<style>
span { border-color: #D708C1; }
span { border-color: rgb(215,8,193); }
td.TdClassName
{
border-color: #D708C1;
}
.TagClassName
{
border-color: #D708C1;
}
</style>