Shades of Deep Magenta #D603DF
Tints of Deep Magenta #D603DF
RGB
CMYK
RGB Variations
Color information
#D603DF (or 0xD603DF) is known color: Deep Magenta. HEX triplet: D6, 03 and DF. RGB value is (214,3,223). Sum of RGB (Red+Green+Blue) = 214+3+223=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D603DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603DF is #29FC20. Grayscale: #5A5A5A. Windows color (decimal): -2751521 or 14615510. OLE color: 14615510.
HSL color Cylindrical-coordinate representation of color #D603DF: hue angle of 297.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603DF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 3 | 223 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.55º | 0.97% | 0.44% | - |
| HSV(B) | 297.55º | 0.99% | 0.87% | - |
| XYZ | 41.08 | 19.69 | 71.45 | - |
| YUV | 91.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 223 | 0.04 | 0.99 | 0 | 0.13 | 297.55 | 0.97 | 0.44 |
| Hex | D6 | 3 | DF | 4 | 63 | 0 | D | 12A | 61 | 2C |
| Octal | 326 | 3 | 337 | 4 | 143 | 0 | 15 | 452 | 141 | 54 |
| Binary | 11010110 | 11 | 11011111 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D603DF
Complementary color
Monochromatic Colors of #D603DF
Black with #D603DF
Text Example
Text Example
White with #D603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603DF; }
p { color: rgb(214,3,223); }
H1.HeaderClassName
{
color: #D603DF;
}
.AnyTagClassName
{
color: #D603DF;
}
</style>
background-color css
<style>
a { background-color: #D603DF; }
a { background-color: rgb(214,3,223); }
div.DivClassName
{
background-color: #D603DF;
}
.BgClassName
{
background-color: #D603DF;
}
</style>
border-color css
<style>
span { border-color: #D603DF; }
span { border-color: rgb(214,3,223); }
td.TdClassName
{
border-color: #D603DF;
}
.TagClassName
{
border-color: #D603DF;
}
</style>