Shades of Deep Magenta #D61BBB
Tints of Deep Magenta #D61BBB
RGB
CMYK
RGB Variations
Color information
#D61BBB (or 0xD61BBB) is known color: Deep Magenta. HEX triplet: D6, 1B and BB. RGB value is (214,27,187). Sum of RGB (Red+Green+Blue) = 214+27+187=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BBB is #29E444. Grayscale: #646464. Windows color (decimal): -2745413 or 12262358. OLE color: 12262358.
HSL color Cylindrical-coordinate representation of color #D61BBB: hue angle of 308.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61BBB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 308.66º | 0.78% | 0.47% | - |
| HSV(B) | 308.66º | 0.87% | 0.84% | - |
| XYZ | 37.09 | 18.67 | 48.66 | - |
| YUV | 101.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 187 | 0 | 0.87 | 0.13 | 0.16 | 308.66 | 0.78 | 0.47 |
| Hex | D6 | 1B | BB | 0 | 57 | D | 10 | 135 | 4E | 2F |
| Octal | 326 | 33 | 273 | 0 | 127 | 15 | 20 | 465 | 116 | 57 |
| Binary | 11010110 | 11011 | 10111011 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D61BBB
Complementary color
Monochromatic Colors of #D61BBB
Black with #D61BBB
Text Example
Text Example
White with #D61BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BBB; }
p { color: rgb(214,27,187); }
H1.HeaderClassName
{
color: #D61BBB;
}
.AnyTagClassName
{
color: #D61BBB;
}
</style>
background-color css
<style>
a { background-color: #D61BBB; }
a { background-color: rgb(214,27,187); }
div.DivClassName
{
background-color: #D61BBB;
}
.BgClassName
{
background-color: #D61BBB;
}
</style>
border-color css
<style>
span { border-color: #D61BBB; }
span { border-color: rgb(214,27,187); }
td.TdClassName
{
border-color: #D61BBB;
}
.TagClassName
{
border-color: #D61BBB;
}
</style>