Shades of Deep Magenta #D603BF
Tints of Deep Magenta #D603BF
RGB
CMYK
RGB Variations
Color information
#D603BF (or 0xD603BF) is known color: Deep Magenta. HEX triplet: D6, 03 and BF. RGB value is (214,3,191). Sum of RGB (Red+Green+Blue) = 214+3+191=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D603BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603BF is #29FC40. Grayscale: #565656. Windows color (decimal): -2751553 or 12518358. OLE color: 12518358.
HSL color Cylindrical-coordinate representation of color #D603BF: hue angle of 306.54º 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 #D603BF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.54º | 0.97% | 0.43% | - |
| HSV(B) | 306.54º | 0.99% | 0.84% | - |
| XYZ | 37.17 | 18.12 | 50.83 | - |
| YUV | 87.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 191 | 0 | 0.99 | 0.11 | 0.16 | 306.54 | 0.97 | 0.43 |
| Hex | D6 | 3 | BF | 0 | 63 | B | 10 | 133 | 61 | 2B |
| Octal | 326 | 3 | 277 | 0 | 143 | 13 | 20 | 463 | 141 | 53 |
| Binary | 11010110 | 11 | 10111111 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D603BF
Complementary color
Monochromatic Colors of #D603BF
Black with #D603BF
Text Example
Text Example
White with #D603BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603BF; }
p { color: rgb(214,3,191); }
H1.HeaderClassName
{
color: #D603BF;
}
.AnyTagClassName
{
color: #D603BF;
}
</style>
background-color css
<style>
a { background-color: #D603BF; }
a { background-color: rgb(214,3,191); }
div.DivClassName
{
background-color: #D603BF;
}
.BgClassName
{
background-color: #D603BF;
}
</style>
border-color css
<style>
span { border-color: #D603BF; }
span { border-color: rgb(214,3,191); }
td.TdClassName
{
border-color: #D603BF;
}
.TagClassName
{
border-color: #D603BF;
}
</style>