Shades of Deep Magenta #D607BB
Tints of Deep Magenta #D607BB
RGB
CMYK
RGB Variations
Color information
#D607BB (or 0xD607BB) is known color: Deep Magenta. HEX triplet: D6, 07 and BB. RGB value is (214,7,187). Sum of RGB (Red+Green+Blue) = 214+7+187=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D607BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607BB is #29F844. Grayscale: #585858. Windows color (decimal): -2750533 or 12257238. OLE color: 12257238.
HSL color Cylindrical-coordinate representation of color #D607BB: hue angle of 307.83º degrees, saturation: 0.94, 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 #D607BB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.16 |
| HSL | 307.83º | 0.94% | 0.43% | - |
| HSV(B) | 307.83º | 0.97% | 0.84% | - |
| XYZ | 36.78 | 18.04 | 48.56 | - |
| YUV | 89.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 187 | 0 | 0.97 | 0.13 | 0.16 | 307.83 | 0.94 | 0.43 |
| Hex | D6 | 7 | BB | 0 | 61 | D | 10 | 134 | 5E | 2B |
| Octal | 326 | 7 | 273 | 0 | 141 | 15 | 20 | 464 | 136 | 53 |
| Binary | 11010110 | 111 | 10111011 | 0 | 1100001 | 1101 | 10000 | 100110100 | 1011110 | 101011 |
Color Harmonies of #D607BB
Complementary color
Monochromatic Colors of #D607BB
Black with #D607BB
Text Example
Text Example
White with #D607BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607BB; }
p { color: rgb(214,7,187); }
H1.HeaderClassName
{
color: #D607BB;
}
.AnyTagClassName
{
color: #D607BB;
}
</style>
background-color css
<style>
a { background-color: #D607BB; }
a { background-color: rgb(214,7,187); }
div.DivClassName
{
background-color: #D607BB;
}
.BgClassName
{
background-color: #D607BB;
}
</style>
border-color css
<style>
span { border-color: #D607BB; }
span { border-color: rgb(214,7,187); }
td.TdClassName
{
border-color: #D607BB;
}
.TagClassName
{
border-color: #D607BB;
}
</style>