Shades of Deep Magenta #D61DCB
Tints of Deep Magenta #D61DCB
RGB
CMYK
RGB Variations
Color information
#D61DCB (or 0xD61DCB) is known color: Deep Magenta. HEX triplet: D6, 1D and CB. RGB value is (214,29,203). Sum of RGB (Red+Green+Blue) = 214+29+203=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DCB is #29E234. Grayscale: #676767. Windows color (decimal): -2744885 or 13311446. OLE color: 13311446.
HSL color Cylindrical-coordinate representation of color #D61DCB: hue angle of 303.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DCB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 203 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.16 |
| HSL | 303.57º | 0.76% | 0.48% | - |
| HSV(B) | 303.57º | 0.86% | 0.84% | - |
| XYZ | 38.95 | 19.49 | 58.21 | - |
| YUV | 104.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 203 | 0 | 0.86 | 0.05 | 0.16 | 303.57 | 0.76 | 0.48 |
| Hex | D6 | 1D | CB | 0 | 56 | 5 | 10 | 130 | 4C | 30 |
| Octal | 326 | 35 | 313 | 0 | 126 | 5 | 20 | 460 | 114 | 60 |
| Binary | 11010110 | 11101 | 11001011 | 0 | 1010110 | 101 | 10000 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D61DCB
Complementary color
Monochromatic Colors of #D61DCB
Black with #D61DCB
Text Example
Text Example
White with #D61DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DCB; }
p { color: rgb(214,29,203); }
H1.HeaderClassName
{
color: #D61DCB;
}
.AnyTagClassName
{
color: #D61DCB;
}
</style>
background-color css
<style>
a { background-color: #D61DCB; }
a { background-color: rgb(214,29,203); }
div.DivClassName
{
background-color: #D61DCB;
}
.BgClassName
{
background-color: #D61DCB;
}
</style>
border-color css
<style>
span { border-color: #D61DCB; }
span { border-color: rgb(214,29,203); }
td.TdClassName
{
border-color: #D61DCB;
}
.TagClassName
{
border-color: #D61DCB;
}
</style>