Shades of Deep Magenta #D60DBD
Tints of Deep Magenta #D60DBD
RGB
CMYK
RGB Variations
Color information
#D60DBD (or 0xD60DBD) is known color: Deep Magenta. HEX triplet: D6, 0D and BD. RGB value is (214,13,189). Sum of RGB (Red+Green+Blue) = 214+13+189=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DBD is #29F242. Grayscale: #5C5C5C. Windows color (decimal): -2748995 or 12389846. OLE color: 12389846.
HSL color Cylindrical-coordinate representation of color #D60DBD: hue angle of 307.46º 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 #D60DBD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.16 |
| HSL | 307.46º | 0.89% | 0.45% | - |
| HSV(B) | 307.46º | 0.94% | 0.84% | - |
| XYZ | 37.06 | 18.26 | 49.71 | - |
| YUV | 93.16 | 182.09 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 189 | 0 | 0.94 | 0.12 | 0.16 | 307.46 | 0.89 | 0.45 |
| Hex | D6 | D | BD | 0 | 5E | C | 10 | 133 | 59 | 2D |
| Octal | 326 | 15 | 275 | 0 | 136 | 14 | 20 | 463 | 131 | 55 |
| Binary | 11010110 | 1101 | 10111101 | 0 | 1011110 | 1100 | 10000 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D60DBD
Complementary color
Monochromatic Colors of #D60DBD
Black with #D60DBD
Text Example
Text Example
White with #D60DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DBD; }
p { color: rgb(214,13,189); }
H1.HeaderClassName
{
color: #D60DBD;
}
.AnyTagClassName
{
color: #D60DBD;
}
</style>
background-color css
<style>
a { background-color: #D60DBD; }
a { background-color: rgb(214,13,189); }
div.DivClassName
{
background-color: #D60DBD;
}
.BgClassName
{
background-color: #D60DBD;
}
</style>
border-color css
<style>
span { border-color: #D60DBD; }
span { border-color: rgb(214,13,189); }
td.TdClassName
{
border-color: #D60DBD;
}
.TagClassName
{
border-color: #D60DBD;
}
</style>