Shades of Deep Magenta #D608DF
Tints of Deep Magenta #D608DF
RGB
CMYK
RGB Variations
Color information
#D608DF (or 0xD608DF) is known color: Deep Magenta. HEX triplet: D6, 08 and DF. RGB value is (214,8,223). Sum of RGB (Red+Green+Blue) = 214+8+223=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D608DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608DF is #29F720. Grayscale: #5D5D5D. Windows color (decimal): -2750241 or 14616790. OLE color: 14616790.
HSL color Cylindrical-coordinate representation of color #D608DF: hue angle of 297.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D608DF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 8 | 223 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.13 |
| HSL | 297.49º | 0.93% | 0.45% | - |
| HSV(B) | 297.49º | 0.96% | 0.87% | - |
| XYZ | 41.14 | 19.8 | 71.47 | - |
| YUV | 94.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 223 | 0.04 | 0.96 | 0 | 0.13 | 297.49 | 0.93 | 0.45 |
| Hex | D6 | 8 | DF | 4 | 60 | 0 | D | 129 | 5D | 2D |
| Octal | 326 | 10 | 337 | 4 | 140 | 0 | 15 | 451 | 135 | 55 |
| Binary | 11010110 | 1000 | 11011111 | 100 | 1100000 | 0 | 1101 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D608DF
Complementary color
Monochromatic Colors of #D608DF
Black with #D608DF
Text Example
Text Example
White with #D608DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608DF; }
p { color: rgb(214,8,223); }
H1.HeaderClassName
{
color: #D608DF;
}
.AnyTagClassName
{
color: #D608DF;
}
</style>
background-color css
<style>
a { background-color: #D608DF; }
a { background-color: rgb(214,8,223); }
div.DivClassName
{
background-color: #D608DF;
}
.BgClassName
{
background-color: #D608DF;
}
</style>
border-color css
<style>
span { border-color: #D608DF; }
span { border-color: rgb(214,8,223); }
td.TdClassName
{
border-color: #D608DF;
}
.TagClassName
{
border-color: #D608DF;
}
</style>