Shades of Deep Magenta #D607BD
Tints of Deep Magenta #D607BD
RGB
CMYK
RGB Variations
Color information
#D607BD (or 0xD607BD) is known color: Deep Magenta. HEX triplet: D6, 07 and BD. RGB value is (214,7,189). Sum of RGB (Red+Green+Blue) = 214+7+189=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D607BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607BD is #29F842. Grayscale: #595959. Windows color (decimal): -2750531 or 12388310. OLE color: 12388310.
HSL color Cylindrical-coordinate representation of color #D607BD: hue angle of 307.25º 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 #D607BD is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.16 |
| HSL | 307.25º | 0.94% | 0.43% | - |
| HSV(B) | 307.25º | 0.97% | 0.84% | - |
| XYZ | 36.99 | 18.12 | 49.69 | - |
| YUV | 89.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 189 | 0 | 0.97 | 0.12 | 0.16 | 307.25 | 0.94 | 0.43 |
| Hex | D6 | 7 | BD | 0 | 61 | C | 10 | 133 | 5E | 2B |
| Octal | 326 | 7 | 275 | 0 | 141 | 14 | 20 | 463 | 136 | 53 |
| Binary | 11010110 | 111 | 10111101 | 0 | 1100001 | 1100 | 10000 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D607BD
Complementary color
Monochromatic Colors of #D607BD
Black with #D607BD
Text Example
Text Example
White with #D607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607BD; }
p { color: rgb(214,7,189); }
H1.HeaderClassName
{
color: #D607BD;
}
.AnyTagClassName
{
color: #D607BD;
}
</style>
background-color css
<style>
a { background-color: #D607BD; }
a { background-color: rgb(214,7,189); }
div.DivClassName
{
background-color: #D607BD;
}
.BgClassName
{
background-color: #D607BD;
}
</style>
border-color css
<style>
span { border-color: #D607BD; }
span { border-color: rgb(214,7,189); }
td.TdClassName
{
border-color: #D607BD;
}
.TagClassName
{
border-color: #D607BD;
}
</style>