Shades of Deep Magenta #D60DBB
Tints of Deep Magenta #D60DBB
RGB
CMYK
RGB Variations
Color information
#D60DBB (or 0xD60DBB) is known color: Deep Magenta. HEX triplet: D6, 0D and BB. RGB value is (214,13,187). Sum of RGB (Red+Green+Blue) = 214+13+187=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DBB is #29F244. Grayscale: #5C5C5C. Windows color (decimal): -2748997 or 12258774. OLE color: 12258774.
HSL color Cylindrical-coordinate representation of color #D60DBB: hue angle of 308.06º 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 #D60DBB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.16 |
| HSL | 308.06º | 0.89% | 0.45% | - |
| HSV(B) | 308.06º | 0.94% | 0.84% | - |
| XYZ | 36.85 | 18.17 | 48.58 | - |
| YUV | 92.94 | 181.09 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 187 | 0 | 0.94 | 0.13 | 0.16 | 308.06 | 0.89 | 0.45 |
| Hex | D6 | D | BB | 0 | 5E | D | 10 | 134 | 59 | 2D |
| Octal | 326 | 15 | 273 | 0 | 136 | 15 | 20 | 464 | 131 | 55 |
| Binary | 11010110 | 1101 | 10111011 | 0 | 1011110 | 1101 | 10000 | 100110100 | 1011001 | 101101 |
Color Harmonies of #D60DBB
Complementary color
Monochromatic Colors of #D60DBB
Black with #D60DBB
Text Example
Text Example
White with #D60DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DBB; }
p { color: rgb(214,13,187); }
H1.HeaderClassName
{
color: #D60DBB;
}
.AnyTagClassName
{
color: #D60DBB;
}
</style>
background-color css
<style>
a { background-color: #D60DBB; }
a { background-color: rgb(214,13,187); }
div.DivClassName
{
background-color: #D60DBB;
}
.BgClassName
{
background-color: #D60DBB;
}
</style>
border-color css
<style>
span { border-color: #D60DBB; }
span { border-color: rgb(214,13,187); }
td.TdClassName
{
border-color: #D60DBB;
}
.TagClassName
{
border-color: #D60DBB;
}
</style>