Shades of Deep Magenta #D606CF
Tints of Deep Magenta #D606CF
RGB
CMYK
RGB Variations
Color information
#D606CF (or 0xD606CF) is known color: Deep Magenta. HEX triplet: D6, 06 and CF. RGB value is (214,6,207). Sum of RGB (Red+Green+Blue) = 214+6+207=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D606CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606CF is #29F930. Grayscale: #5A5A5A. Windows color (decimal): -2750769 or 13567702. OLE color: 13567702.
HSL color Cylindrical-coordinate representation of color #D606CF: hue angle of 302.02º 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 #D606CF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.16 |
| HSL | 302.02º | 0.95% | 0.43% | - |
| HSV(B) | 302.02º | 0.97% | 0.84% | - |
| XYZ | 39.06 | 18.93 | 60.63 | - |
| YUV | 91.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 207 | 0 | 0.97 | 0.03 | 0.16 | 302.02 | 0.95 | 0.43 |
| Hex | D6 | 6 | CF | 0 | 61 | 3 | 10 | 12E | 5F | 2B |
| Octal | 326 | 6 | 317 | 0 | 141 | 3 | 20 | 456 | 137 | 53 |
| Binary | 11010110 | 110 | 11001111 | 0 | 1100001 | 11 | 10000 | 100101110 | 1011111 | 101011 |
Color Harmonies of #D606CF
Complementary color
Monochromatic Colors of #D606CF
Black with #D606CF
Text Example
Text Example
White with #D606CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606CF; }
p { color: rgb(214,6,207); }
H1.HeaderClassName
{
color: #D606CF;
}
.AnyTagClassName
{
color: #D606CF;
}
</style>
background-color css
<style>
a { background-color: #D606CF; }
a { background-color: rgb(214,6,207); }
div.DivClassName
{
background-color: #D606CF;
}
.BgClassName
{
background-color: #D606CF;
}
</style>
border-color css
<style>
span { border-color: #D606CF; }
span { border-color: rgb(214,6,207); }
td.TdClassName
{
border-color: #D606CF;
}
.TagClassName
{
border-color: #D606CF;
}
</style>