Shades of Deep Magenta #D603BC
Tints of Deep Magenta #D603BC
RGB
CMYK
RGB Variations
Color information
#D603BC (or 0xD603BC) is known color: Deep Magenta. HEX triplet: D6, 03 and BC. RGB value is (214,3,188). Sum of RGB (Red+Green+Blue) = 214+3+188=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D603BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603BC is #29FC43. Grayscale: #565656. Windows color (decimal): -2751556 or 12321750. OLE color: 12321750.
HSL color Cylindrical-coordinate representation of color #D603BC: hue angle of 307.39º 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 #D603BC is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.16 |
| HSL | 307.39º | 0.97% | 0.43% | - |
| HSV(B) | 307.39º | 0.99% | 0.84% | - |
| XYZ | 36.84 | 17.99 | 49.11 | - |
| YUV | 87.18 | 184.9 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 188 | 0 | 0.99 | 0.12 | 0.16 | 307.39 | 0.97 | 0.43 |
| Hex | D6 | 3 | BC | 0 | 63 | C | 10 | 133 | 61 | 2B |
| Octal | 326 | 3 | 274 | 0 | 143 | 14 | 20 | 463 | 141 | 53 |
| Binary | 11010110 | 11 | 10111100 | 0 | 1100011 | 1100 | 10000 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D603BC
Complementary color
Monochromatic Colors of #D603BC
Black with #D603BC
Text Example
Text Example
White with #D603BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603BC; }
p { color: rgb(214,3,188); }
H1.HeaderClassName
{
color: #D603BC;
}
.AnyTagClassName
{
color: #D603BC;
}
</style>
background-color css
<style>
a { background-color: #D603BC; }
a { background-color: rgb(214,3,188); }
div.DivClassName
{
background-color: #D603BC;
}
.BgClassName
{
background-color: #D603BC;
}
</style>
border-color css
<style>
span { border-color: #D603BC; }
span { border-color: rgb(214,3,188); }
td.TdClassName
{
border-color: #D603BC;
}
.TagClassName
{
border-color: #D603BC;
}
</style>