Shades of Deep Magenta #D606C7
Tints of Deep Magenta #D606C7
RGB
CMYK
RGB Variations
Color information
#D606C7 (or 0xD606C7) is known color: Deep Magenta. HEX triplet: D6, 06 and C7. RGB value is (214,6,199). Sum of RGB (Red+Green+Blue) = 214+6+199=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D606C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606C7 is #29F938. Grayscale: #595959. Windows color (decimal): -2750777 or 13043414. OLE color: 13043414.
HSL color Cylindrical-coordinate representation of color #D606C7: hue angle of 304.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606C7 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.16 |
| HSL | 304.33º | 0.95% | 0.43% | - |
| HSV(B) | 304.33º | 0.97% | 0.84% | - |
| XYZ | 38.11 | 18.55 | 55.6 | - |
| YUV | 90.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 199 | 0 | 0.97 | 0.07 | 0.16 | 304.33 | 0.95 | 0.43 |
| Hex | D6 | 6 | C7 | 0 | 61 | 7 | 10 | 130 | 5F | 2B |
| Octal | 326 | 6 | 307 | 0 | 141 | 7 | 20 | 460 | 137 | 53 |
| Binary | 11010110 | 110 | 11000111 | 0 | 1100001 | 111 | 10000 | 100110000 | 1011111 | 101011 |
Color Harmonies of #D606C7
Complementary color
Monochromatic Colors of #D606C7
Black with #D606C7
Text Example
Text Example
White with #D606C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606C7; }
p { color: rgb(214,6,199); }
H1.HeaderClassName
{
color: #D606C7;
}
.AnyTagClassName
{
color: #D606C7;
}
</style>
background-color css
<style>
a { background-color: #D606C7; }
a { background-color: rgb(214,6,199); }
div.DivClassName
{
background-color: #D606C7;
}
.BgClassName
{
background-color: #D606C7;
}
</style>
border-color css
<style>
span { border-color: #D606C7; }
span { border-color: rgb(214,6,199); }
td.TdClassName
{
border-color: #D606C7;
}
.TagClassName
{
border-color: #D606C7;
}
</style>