Shades of Deep Magenta #D60FDD
Tints of Deep Magenta #D60FDD
RGB
CMYK
RGB Variations
Color information
#D60FDD (or 0xD60FDD) is known color: Deep Magenta. HEX triplet: D6, 0F and DD. RGB value is (214,15,221). Sum of RGB (Red+Green+Blue) = 214+15+221=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #D60FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FDD is #29F022. Grayscale: #616161. Windows color (decimal): -2748451 or 14487510. OLE color: 14487510.
HSL color Cylindrical-coordinate representation of color #D60FDD: hue angle of 297.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60FDD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 15 | 221 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.13 |
| HSL | 297.96º | 0.87% | 0.46% | - |
| HSV(B) | 297.96º | 0.93% | 0.87% | - |
| XYZ | 40.95 | 19.86 | 70.08 | - |
| YUV | 97.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 221 | 0.03 | 0.93 | 0 | 0.13 | 297.96 | 0.87 | 0.46 |
| Hex | D6 | F | DD | 3 | 5D | 0 | D | 12A | 57 | 2E |
| Octal | 326 | 17 | 335 | 3 | 135 | 0 | 15 | 452 | 127 | 56 |
| Binary | 11010110 | 1111 | 11011101 | 11 | 1011101 | 0 | 1101 | 100101010 | 1010111 | 101110 |
Color Harmonies of #D60FDD
Complementary color
Monochromatic Colors of #D60FDD
Black with #D60FDD
Text Example
Text Example
White with #D60FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FDD; }
p { color: rgb(214,15,221); }
H1.HeaderClassName
{
color: #D60FDD;
}
.AnyTagClassName
{
color: #D60FDD;
}
</style>
background-color css
<style>
a { background-color: #D60FDD; }
a { background-color: rgb(214,15,221); }
div.DivClassName
{
background-color: #D60FDD;
}
.BgClassName
{
background-color: #D60FDD;
}
</style>
border-color css
<style>
span { border-color: #D60FDD; }
span { border-color: rgb(214,15,221); }
td.TdClassName
{
border-color: #D60FDD;
}
.TagClassName
{
border-color: #D60FDD;
}
</style>