Shades of Deep Magenta #D610BA
Tints of Deep Magenta #D610BA
RGB
CMYK
RGB Variations
Color information
#D610BA (or 0xD610BA) is known color: Deep Magenta. HEX triplet: D6, 10 and BA. RGB value is (214,16,186). Sum of RGB (Red+Green+Blue) = 214+16+186=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D610BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610BA is #29EF45. Grayscale: #5E5E5E. Windows color (decimal): -2748230 or 12194006. OLE color: 12194006.
HSL color Cylindrical-coordinate representation of color #D610BA: hue angle of 308.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610BA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 186 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.16 |
| HSL | 308.48º | 0.86% | 0.45% | - |
| HSV(B) | 308.48º | 0.93% | 0.84% | - |
| XYZ | 36.78 | 18.21 | 48.03 | - |
| YUV | 94.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 186 | 0 | 0.93 | 0.13 | 0.16 | 308.48 | 0.86 | 0.45 |
| Hex | D6 | 10 | BA | 0 | 5D | D | 10 | 134 | 56 | 2D |
| Octal | 326 | 20 | 272 | 0 | 135 | 15 | 20 | 464 | 126 | 55 |
| Binary | 11010110 | 10000 | 10111010 | 0 | 1011101 | 1101 | 10000 | 100110100 | 1010110 | 101101 |
Color Harmonies of #D610BA
Complementary color
Monochromatic Colors of #D610BA
Black with #D610BA
Text Example
Text Example
White with #D610BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610BA; }
p { color: rgb(214,16,186); }
H1.HeaderClassName
{
color: #D610BA;
}
.AnyTagClassName
{
color: #D610BA;
}
</style>
background-color css
<style>
a { background-color: #D610BA; }
a { background-color: rgb(214,16,186); }
div.DivClassName
{
background-color: #D610BA;
}
.BgClassName
{
background-color: #D610BA;
}
</style>
border-color css
<style>
span { border-color: #D610BA; }
span { border-color: rgb(214,16,186); }
td.TdClassName
{
border-color: #D610BA;
}
.TagClassName
{
border-color: #D610BA;
}
</style>