Shades of Deep Magenta #D603BA
Tints of Deep Magenta #D603BA
RGB
CMYK
RGB Variations
Color information
#D603BA (or 0xD603BA) is known color: Deep Magenta. HEX triplet: D6, 03 and BA. RGB value is (214,3,186). Sum of RGB (Red+Green+Blue) = 214+3+186=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D603BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603BA is #29FC45. Grayscale: #565656. Windows color (decimal): -2751558 or 12190678. OLE color: 12190678.
HSL color Cylindrical-coordinate representation of color #D603BA: hue angle of 307.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603BA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.16 |
| HSL | 307.96º | 0.97% | 0.43% | - |
| HSV(B) | 307.96º | 0.99% | 0.84% | - |
| XYZ | 36.63 | 17.91 | 47.98 | - |
| YUV | 86.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 186 | 0 | 0.99 | 0.13 | 0.16 | 307.96 | 0.97 | 0.43 |
| Hex | D6 | 3 | BA | 0 | 63 | D | 10 | 134 | 61 | 2B |
| Octal | 326 | 3 | 272 | 0 | 143 | 15 | 20 | 464 | 141 | 53 |
| Binary | 11010110 | 11 | 10111010 | 0 | 1100011 | 1101 | 10000 | 100110100 | 1100001 | 101011 |
Color Harmonies of #D603BA
Complementary color
Monochromatic Colors of #D603BA
Black with #D603BA
Text Example
Text Example
White with #D603BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603BA; }
p { color: rgb(214,3,186); }
H1.HeaderClassName
{
color: #D603BA;
}
.AnyTagClassName
{
color: #D603BA;
}
</style>
background-color css
<style>
a { background-color: #D603BA; }
a { background-color: rgb(214,3,186); }
div.DivClassName
{
background-color: #D603BA;
}
.BgClassName
{
background-color: #D603BA;
}
</style>
border-color css
<style>
span { border-color: #D603BA; }
span { border-color: rgb(214,3,186); }
td.TdClassName
{
border-color: #D603BA;
}
.TagClassName
{
border-color: #D603BA;
}
</style>