Shades of Deep Magenta #D603BE
Tints of Deep Magenta #D603BE
RGB
CMYK
RGB Variations
Color information
#D603BE (or 0xD603BE) is known color: Deep Magenta. HEX triplet: D6, 03 and BE. RGB value is (214,3,190). Sum of RGB (Red+Green+Blue) = 214+3+190=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D603BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603BE is #29FC41. Grayscale: #565656. Windows color (decimal): -2751554 or 12452822. OLE color: 12452822.
HSL color Cylindrical-coordinate representation of color #D603BE: hue angle of 306.82º 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 #D603BE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.82º | 0.97% | 0.43% | - |
| HSV(B) | 306.82º | 0.99% | 0.84% | - |
| XYZ | 37.06 | 18.08 | 50.25 | - |
| YUV | 87.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 190 | 0 | 0.99 | 0.11 | 0.16 | 306.82 | 0.97 | 0.43 |
| Hex | D6 | 3 | BE | 0 | 63 | B | 10 | 133 | 61 | 2B |
| Octal | 326 | 3 | 276 | 0 | 143 | 13 | 20 | 463 | 141 | 53 |
| Binary | 11010110 | 11 | 10111110 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D603BE
Complementary color
Monochromatic Colors of #D603BE
Black with #D603BE
Text Example
Text Example
White with #D603BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603BE; }
p { color: rgb(214,3,190); }
H1.HeaderClassName
{
color: #D603BE;
}
.AnyTagClassName
{
color: #D603BE;
}
</style>
background-color css
<style>
a { background-color: #D603BE; }
a { background-color: rgb(214,3,190); }
div.DivClassName
{
background-color: #D603BE;
}
.BgClassName
{
background-color: #D603BE;
}
</style>
border-color css
<style>
span { border-color: #D603BE; }
span { border-color: rgb(214,3,190); }
td.TdClassName
{
border-color: #D603BE;
}
.TagClassName
{
border-color: #D603BE;
}
</style>