Shades of Deep Magenta #D61CBB
Tints of Deep Magenta #D61CBB
RGB
CMYK
RGB Variations
Color information
#D61CBB (or 0xD61CBB) is known color: Deep Magenta. HEX triplet: D6, 1C and BB. RGB value is (214,28,187). Sum of RGB (Red+Green+Blue) = 214+28+187=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CBB is #29E344. Grayscale: #656565. Windows color (decimal): -2745157 or 12262614. OLE color: 12262614.
HSL color Cylindrical-coordinate representation of color #D61CBB: hue angle of 308.71º degrees, saturation: 0.77, 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 #D61CBB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 187 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 308.71º | 0.77% | 0.47% | - |
| HSV(B) | 308.71º | 0.87% | 0.84% | - |
| XYZ | 37.12 | 18.71 | 48.67 | - |
| YUV | 101.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 187 | 0 | 0.87 | 0.13 | 0.16 | 308.71 | 0.77 | 0.47 |
| Hex | D6 | 1C | BB | 0 | 57 | D | 10 | 135 | 4D | 2F |
| Octal | 326 | 34 | 273 | 0 | 127 | 15 | 20 | 465 | 115 | 57 |
| Binary | 11010110 | 11100 | 10111011 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001101 | 101111 |
Color Harmonies of #D61CBB
Complementary color
Monochromatic Colors of #D61CBB
Black with #D61CBB
Text Example
Text Example
White with #D61CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CBB; }
p { color: rgb(214,28,187); }
H1.HeaderClassName
{
color: #D61CBB;
}
.AnyTagClassName
{
color: #D61CBB;
}
</style>
background-color css
<style>
a { background-color: #D61CBB; }
a { background-color: rgb(214,28,187); }
div.DivClassName
{
background-color: #D61CBB;
}
.BgClassName
{
background-color: #D61CBB;
}
</style>
border-color css
<style>
span { border-color: #D61CBB; }
span { border-color: rgb(214,28,187); }
td.TdClassName
{
border-color: #D61CBB;
}
.TagClassName
{
border-color: #D61CBB;
}
</style>