Shades of Deep Magenta #D602DF
Tints of Deep Magenta #D602DF
RGB
CMYK
RGB Variations
Color information
#D602DF (or 0xD602DF) is known color: Deep Magenta. HEX triplet: D6, 02 and DF. RGB value is (214,2,223). Sum of RGB (Red+Green+Blue) = 214+2+223=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D602DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602DF is #29FD20. Grayscale: #595959. Windows color (decimal): -2751777 or 14615254. OLE color: 14615254.
HSL color Cylindrical-coordinate representation of color #D602DF: hue angle of 297.56º degrees, saturation: 0.98, 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 #D602DF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 2 | 223 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.56º | 0.98% | 0.44% | - |
| HSV(B) | 297.56º | 0.99% | 0.87% | - |
| XYZ | 41.07 | 19.67 | 71.44 | - |
| YUV | 90.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 223 | 0.04 | 0.99 | 0 | 0.13 | 297.56 | 0.98 | 0.44 |
| Hex | D6 | 2 | DF | 4 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 326 | 2 | 337 | 4 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010110 | 10 | 11011111 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D602DF
Complementary color
Monochromatic Colors of #D602DF
Black with #D602DF
Text Example
Text Example
White with #D602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602DF; }
p { color: rgb(214,2,223); }
H1.HeaderClassName
{
color: #D602DF;
}
.AnyTagClassName
{
color: #D602DF;
}
</style>
background-color css
<style>
a { background-color: #D602DF; }
a { background-color: rgb(214,2,223); }
div.DivClassName
{
background-color: #D602DF;
}
.BgClassName
{
background-color: #D602DF;
}
</style>
border-color css
<style>
span { border-color: #D602DF; }
span { border-color: rgb(214,2,223); }
td.TdClassName
{
border-color: #D602DF;
}
.TagClassName
{
border-color: #D602DF;
}
</style>