Shades of Deep Magenta #D61ABB
Tints of Deep Magenta #D61ABB
RGB
CMYK
RGB Variations
Color information
#D61ABB (or 0xD61ABB) is known color: Deep Magenta. HEX triplet: D6, 1A and BB. RGB value is (214,26,187). Sum of RGB (Red+Green+Blue) = 214+26+187=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ABB is #29E544. Grayscale: #646464. Windows color (decimal): -2745669 or 12262102. OLE color: 12262102.
HSL color Cylindrical-coordinate representation of color #D61ABB: hue angle of 308.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61ABB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.16 |
| HSL | 308.62º | 0.78% | 0.47% | - |
| HSV(B) | 308.62º | 0.88% | 0.84% | - |
| XYZ | 37.07 | 18.62 | 48.65 | - |
| YUV | 100.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 187 | 0 | 0.88 | 0.13 | 0.16 | 308.62 | 0.78 | 0.47 |
| Hex | D6 | 1A | BB | 0 | 58 | D | 10 | 135 | 4E | 2F |
| Octal | 326 | 32 | 273 | 0 | 130 | 15 | 20 | 465 | 116 | 57 |
| Binary | 11010110 | 11010 | 10111011 | 0 | 1011000 | 1101 | 10000 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D61ABB
Complementary color
Monochromatic Colors of #D61ABB
Black with #D61ABB
Text Example
Text Example
White with #D61ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61ABB; }
p { color: rgb(214,26,187); }
H1.HeaderClassName
{
color: #D61ABB;
}
.AnyTagClassName
{
color: #D61ABB;
}
</style>
background-color css
<style>
a { background-color: #D61ABB; }
a { background-color: rgb(214,26,187); }
div.DivClassName
{
background-color: #D61ABB;
}
.BgClassName
{
background-color: #D61ABB;
}
</style>
border-color css
<style>
span { border-color: #D61ABB; }
span { border-color: rgb(214,26,187); }
td.TdClassName
{
border-color: #D61ABB;
}
.TagClassName
{
border-color: #D61ABB;
}
</style>