Shades of Deep Magenta #DD0FBC
Tints of Deep Magenta #DD0FBC
RGB
CMYK
RGB Variations
Color information
#DD0FBC (or 0xDD0FBC) is known color: Deep Magenta. HEX triplet: DD, 0F and BC. RGB value is (221,15,188). Sum of RGB (Red+Green+Blue) = 221+15+188=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FBC is #22F043. Grayscale: #5F5F5F. Windows color (decimal): -2289732 or 12324829. OLE color: 12324829.
HSL color Cylindrical-coordinate representation of color #DD0FBC: hue angle of 309.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.13 |
| HSL | 309.61º | 0.87% | 0.46% | - |
| HSV(B) | 309.61º | 0.93% | 0.87% | - |
| XYZ | 39.07 | 19.34 | 49.25 | - |
| YUV | 96.32 | 179.75 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 188 | 0 | 0.93 | 0.15 | 0.13 | 309.61 | 0.87 | 0.46 |
| Hex | DD | F | BC | 0 | 5D | F | D | 136 | 57 | 2E |
| Octal | 335 | 17 | 274 | 0 | 135 | 17 | 15 | 466 | 127 | 56 |
| Binary | 11011101 | 1111 | 10111100 | 0 | 1011101 | 1111 | 1101 | 100110110 | 1010111 | 101110 |
Color Harmonies of #DD0FBC
Complementary color
Monochromatic Colors of #DD0FBC
Black with #DD0FBC
Text Example
Text Example
White with #DD0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FBC; }
p { color: rgb(221,15,188); }
H1.HeaderClassName
{
color: #DD0FBC;
}
.AnyTagClassName
{
color: #DD0FBC;
}
</style>
background-color css
<style>
a { background-color: #DD0FBC; }
a { background-color: rgb(221,15,188); }
div.DivClassName
{
background-color: #DD0FBC;
}
.BgClassName
{
background-color: #DD0FBC;
}
</style>
border-color css
<style>
span { border-color: #DD0FBC; }
span { border-color: rgb(221,15,188); }
td.TdClassName
{
border-color: #DD0FBC;
}
.TagClassName
{
border-color: #DD0FBC;
}
</style>