Shades of Deep Magenta #D40BCB
Tints of Deep Magenta #D40BCB
RGB
CMYK
RGB Variations
Color information
#D40BCB (or 0xD40BCB) is known color: Deep Magenta. HEX triplet: D4, 0B and CB. RGB value is (212,11,203). Sum of RGB (Red+Green+Blue) = 212+11+203=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BCB is #2BF434. Grayscale: #5C5C5C. Windows color (decimal): -2880565 or 13306836. OLE color: 13306836.
HSL color Cylindrical-coordinate representation of color #D40BCB: hue angle of 302.69º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BCB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.17 |
| HSL | 302.69º | 0.9% | 0.44% | - |
| HSV(B) | 302.69º | 0.95% | 0.83% | - |
| XYZ | 38.05 | 18.55 | 58.07 | - |
| YUV | 92.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 203 | 0 | 0.95 | 0.04 | 0.17 | 302.69 | 0.9 | 0.44 |
| Hex | D4 | B | CB | 0 | 5F | 4 | 11 | 12F | 5A | 2C |
| Octal | 324 | 13 | 313 | 0 | 137 | 4 | 21 | 457 | 132 | 54 |
| Binary | 11010100 | 1011 | 11001011 | 0 | 1011111 | 100 | 10001 | 100101111 | 1011010 | 101100 |
Color Harmonies of #D40BCB
Complementary color
Monochromatic Colors of #D40BCB
Black with #D40BCB
Text Example
Text Example
White with #D40BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BCB; }
p { color: rgb(212,11,203); }
H1.HeaderClassName
{
color: #D40BCB;
}
.AnyTagClassName
{
color: #D40BCB;
}
</style>
background-color css
<style>
a { background-color: #D40BCB; }
a { background-color: rgb(212,11,203); }
div.DivClassName
{
background-color: #D40BCB;
}
.BgClassName
{
background-color: #D40BCB;
}
</style>
border-color css
<style>
span { border-color: #D40BCB; }
span { border-color: rgb(212,11,203); }
td.TdClassName
{
border-color: #D40BCB;
}
.TagClassName
{
border-color: #D40BCB;
}
</style>