Shades of Deep Magenta #D61BCB
Tints of Deep Magenta #D61BCB
RGB
CMYK
RGB Variations
Color information
#D61BCB (or 0xD61BCB) is known color: Deep Magenta. HEX triplet: D6, 1B and CB. RGB value is (214,27,203). Sum of RGB (Red+Green+Blue) = 214+27+203=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BCB is #29E434. Grayscale: #666666. Windows color (decimal): -2745397 or 13310934. OLE color: 13310934.
HSL color Cylindrical-coordinate representation of color #D61BCB: hue angle of 303.53º 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 #D61BCB is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 203 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.16 |
| HSL | 303.53º | 0.78% | 0.47% | - |
| HSV(B) | 303.53º | 0.87% | 0.84% | - |
| XYZ | 38.9 | 19.39 | 58.19 | - |
| YUV | 102.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 203 | 0 | 0.87 | 0.05 | 0.16 | 303.53 | 0.78 | 0.47 |
| Hex | D6 | 1B | CB | 0 | 57 | 5 | 10 | 130 | 4E | 2F |
| Octal | 326 | 33 | 313 | 0 | 127 | 5 | 20 | 460 | 116 | 57 |
| Binary | 11010110 | 11011 | 11001011 | 0 | 1010111 | 101 | 10000 | 100110000 | 1001110 | 101111 |
Color Harmonies of #D61BCB
Complementary color
Monochromatic Colors of #D61BCB
Black with #D61BCB
Text Example
Text Example
White with #D61BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BCB; }
p { color: rgb(214,27,203); }
H1.HeaderClassName
{
color: #D61BCB;
}
.AnyTagClassName
{
color: #D61BCB;
}
</style>
background-color css
<style>
a { background-color: #D61BCB; }
a { background-color: rgb(214,27,203); }
div.DivClassName
{
background-color: #D61BCB;
}
.BgClassName
{
background-color: #D61BCB;
}
</style>
border-color css
<style>
span { border-color: #D61BCB; }
span { border-color: rgb(214,27,203); }
td.TdClassName
{
border-color: #D61BCB;
}
.TagClassName
{
border-color: #D61BCB;
}
</style>