Shades of Deep Magenta #D606BA
Tints of Deep Magenta #D606BA
RGB
CMYK
RGB Variations
Color information
#D606BA (or 0xD606BA) is known color: Deep Magenta. HEX triplet: D6, 06 and BA. RGB value is (214,6,186). Sum of RGB (Red+Green+Blue) = 214+6+186=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D606BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606BA is #29F945. Grayscale: #585858. Windows color (decimal): -2750790 or 12191446. OLE color: 12191446.
HSL color Cylindrical-coordinate representation of color #D606BA: hue angle of 308.08º 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 #D606BA is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.16 |
| HSL | 308.08º | 0.95% | 0.43% | - |
| HSV(B) | 308.08º | 0.97% | 0.84% | - |
| XYZ | 36.66 | 17.97 | 47.99 | - |
| YUV | 88.71 | 182.91 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 186 | 0 | 0.97 | 0.13 | 0.16 | 308.08 | 0.95 | 0.43 |
| Hex | D6 | 6 | BA | 0 | 61 | D | 10 | 134 | 5F | 2B |
| Octal | 326 | 6 | 272 | 0 | 141 | 15 | 20 | 464 | 137 | 53 |
| Binary | 11010110 | 110 | 10111010 | 0 | 1100001 | 1101 | 10000 | 100110100 | 1011111 | 101011 |
Color Harmonies of #D606BA
Complementary color
Monochromatic Colors of #D606BA
Black with #D606BA
Text Example
Text Example
White with #D606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D606BA; }
p { color: rgb(214,6,186); }
H1.HeaderClassName
{
color: #D606BA;
}
.AnyTagClassName
{
color: #D606BA;
}
</style>
background-color css
<style>
a { background-color: #D606BA; }
a { background-color: rgb(214,6,186); }
div.DivClassName
{
background-color: #D606BA;
}
.BgClassName
{
background-color: #D606BA;
}
</style>
border-color css
<style>
span { border-color: #D606BA; }
span { border-color: rgb(214,6,186); }
td.TdClassName
{
border-color: #D606BA;
}
.TagClassName
{
border-color: #D606BA;
}
</style>