Shades of Deep Magenta #DD0BDF
Tints of Deep Magenta #DD0BDF
RGB
CMYK
RGB Variations
Color information
#DD0BDF (or 0xDD0BDF) is known color: Deep Magenta. HEX triplet: DD, 0B and DF. RGB value is (221,11,223). Sum of RGB (Red+Green+Blue) = 221+11+223=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BDF is #22F420. Grayscale: #616161. Windows color (decimal): -2290721 or 14617565. OLE color: 14617565.
HSL color Cylindrical-coordinate representation of color #DD0BDF: hue angle of 299.43º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BDF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 223 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.13 |
| HSL | 299.43º | 0.91% | 0.46% | - |
| HSV(B) | 299.43º | 0.95% | 0.87% | - |
| XYZ | 43.26 | 20.94 | 71.57 | - |
| YUV | 97.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 223 | 0.01 | 0.95 | 0 | 0.13 | 299.43 | 0.91 | 0.46 |
| Hex | DD | B | DF | 1 | 5F | 0 | D | 12B | 5B | 2E |
| Octal | 335 | 13 | 337 | 1 | 137 | 0 | 15 | 453 | 133 | 56 |
| Binary | 11011101 | 1011 | 11011111 | 1 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101110 |
Color Harmonies of #DD0BDF
Complementary color
Monochromatic Colors of #DD0BDF
Black with #DD0BDF
Text Example
Text Example
White with #DD0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BDF; }
p { color: rgb(221,11,223); }
H1.HeaderClassName
{
color: #DD0BDF;
}
.AnyTagClassName
{
color: #DD0BDF;
}
</style>
background-color css
<style>
a { background-color: #DD0BDF; }
a { background-color: rgb(221,11,223); }
div.DivClassName
{
background-color: #DD0BDF;
}
.BgClassName
{
background-color: #DD0BDF;
}
</style>
border-color css
<style>
span { border-color: #DD0BDF; }
span { border-color: rgb(221,11,223); }
td.TdClassName
{
border-color: #DD0BDF;
}
.TagClassName
{
border-color: #DD0BDF;
}
</style>