Shades of Deep Magenta #D706CF
Tints of Deep Magenta #D706CF
RGB
CMYK
RGB Variations
Color information
#D706CF (or 0xD706CF) is known color: Deep Magenta. HEX triplet: D7, 06 and CF. RGB value is (215,6,207). Sum of RGB (Red+Green+Blue) = 215+6+207=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D706CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706CF is #28F930. Grayscale: #5A5A5A. Windows color (decimal): -2685233 or 13567703. OLE color: 13567703.
HSL color Cylindrical-coordinate representation of color #D706CF: hue angle of 302.3º 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 #D706CF is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.16 |
| HSL | 302.3º | 0.95% | 0.43% | - |
| HSV(B) | 302.3º | 0.97% | 0.84% | - |
| XYZ | 39.35 | 19.08 | 60.64 | - |
| YUV | 91.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 207 | 0 | 0.97 | 0.04 | 0.16 | 302.3 | 0.95 | 0.43 |
| Hex | D7 | 6 | CF | 0 | 61 | 4 | 10 | 12E | 5F | 2B |
| Octal | 327 | 6 | 317 | 0 | 141 | 4 | 20 | 456 | 137 | 53 |
| Binary | 11010111 | 110 | 11001111 | 0 | 1100001 | 100 | 10000 | 100101110 | 1011111 | 101011 |
Color Harmonies of #D706CF
Complementary color
Monochromatic Colors of #D706CF
Black with #D706CF
Text Example
Text Example
White with #D706CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706CF; }
p { color: rgb(215,6,207); }
H1.HeaderClassName
{
color: #D706CF;
}
.AnyTagClassName
{
color: #D706CF;
}
</style>
background-color css
<style>
a { background-color: #D706CF; }
a { background-color: rgb(215,6,207); }
div.DivClassName
{
background-color: #D706CF;
}
.BgClassName
{
background-color: #D706CF;
}
</style>
border-color css
<style>
span { border-color: #D706CF; }
span { border-color: rgb(215,6,207); }
td.TdClassName
{
border-color: #D706CF;
}
.TagClassName
{
border-color: #D706CF;
}
</style>