Shades of Deep Magenta #D605DF
Tints of Deep Magenta #D605DF
RGB
CMYK
RGB Variations
Color information
#D605DF (or 0xD605DF) is known color: Deep Magenta. HEX triplet: D6, 05 and DF. RGB value is (214,5,223). Sum of RGB (Red+Green+Blue) = 214+5+223=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #D605DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605DF is #29FA20. Grayscale: #5B5B5B. Windows color (decimal): -2751009 or 14616022. OLE color: 14616022.
HSL color Cylindrical-coordinate representation of color #D605DF: hue angle of 297.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605DF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 5 | 223 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.13 |
| HSL | 297.52º | 0.96% | 0.45% | - |
| HSV(B) | 297.52º | 0.98% | 0.87% | - |
| XYZ | 41.11 | 19.73 | 71.45 | - |
| YUV | 92.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 223 | 0.04 | 0.98 | 0 | 0.13 | 297.52 | 0.96 | 0.45 |
| Hex | D6 | 5 | DF | 4 | 62 | 0 | D | 12A | 60 | 2D |
| Octal | 326 | 5 | 337 | 4 | 142 | 0 | 15 | 452 | 140 | 55 |
| Binary | 11010110 | 101 | 11011111 | 100 | 1100010 | 0 | 1101 | 100101010 | 1100000 | 101101 |
Color Harmonies of #D605DF
Complementary color
Monochromatic Colors of #D605DF
Black with #D605DF
Text Example
Text Example
White with #D605DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605DF; }
p { color: rgb(214,5,223); }
H1.HeaderClassName
{
color: #D605DF;
}
.AnyTagClassName
{
color: #D605DF;
}
</style>
background-color css
<style>
a { background-color: #D605DF; }
a { background-color: rgb(214,5,223); }
div.DivClassName
{
background-color: #D605DF;
}
.BgClassName
{
background-color: #D605DF;
}
</style>
border-color css
<style>
span { border-color: #D605DF; }
span { border-color: rgb(214,5,223); }
td.TdClassName
{
border-color: #D605DF;
}
.TagClassName
{
border-color: #D605DF;
}
</style>