Shades of Deep Magenta #D60DB2
Tints of Deep Magenta #D60DB2
RGB
CMYK
RGB Variations
Color information
#D60DB2 (or 0xD60DB2) is known color: Deep Magenta. HEX triplet: D6, 0D and B2. RGB value is (214,13,178). Sum of RGB (Red+Green+Blue) = 214+13+178=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DB2 is #29F24D. Grayscale: #5B5B5B. Windows color (decimal): -2749006 or 11668950. OLE color: 11668950.
HSL color Cylindrical-coordinate representation of color #D60DB2: hue angle of 310.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DB2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 178 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.16 |
| HSL | 310.75º | 0.89% | 0.45% | - |
| HSV(B) | 310.75º | 0.94% | 0.84% | - |
| XYZ | 35.91 | 17.8 | 43.66 | - |
| YUV | 91.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 178 | 0 | 0.94 | 0.17 | 0.16 | 310.75 | 0.89 | 0.45 |
| Hex | D6 | D | B2 | 0 | 5E | 11 | 10 | 137 | 59 | 2D |
| Octal | 326 | 15 | 262 | 0 | 136 | 21 | 20 | 467 | 131 | 55 |
| Binary | 11010110 | 1101 | 10110010 | 0 | 1011110 | 10001 | 10000 | 100110111 | 1011001 | 101101 |
Color Harmonies of #D60DB2
Complementary color
Monochromatic Colors of #D60DB2
Black with #D60DB2
Text Example
Text Example
White with #D60DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DB2; }
p { color: rgb(214,13,178); }
H1.HeaderClassName
{
color: #D60DB2;
}
.AnyTagClassName
{
color: #D60DB2;
}
</style>
background-color css
<style>
a { background-color: #D60DB2; }
a { background-color: rgb(214,13,178); }
div.DivClassName
{
background-color: #D60DB2;
}
.BgClassName
{
background-color: #D60DB2;
}
</style>
border-color css
<style>
span { border-color: #D60DB2; }
span { border-color: rgb(214,13,178); }
td.TdClassName
{
border-color: #D60DB2;
}
.TagClassName
{
border-color: #D60DB2;
}
</style>