Shades of Deep Magenta #DD10BC
Tints of Deep Magenta #DD10BC
RGB
CMYK
RGB Variations
Color information
#DD10BC (or 0xDD10BC) is known color: Deep Magenta. HEX triplet: DD, 10 and BC. RGB value is (221,16,188). Sum of RGB (Red+Green+Blue) = 221+16+188=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10BC is #22EF43. Grayscale: #606060. Windows color (decimal): -2289476 or 12325085. OLE color: 12325085.
HSL color Cylindrical-coordinate representation of color #DD10BC: hue angle of 309.66º degrees, saturation: 0.86, 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 #DD10BC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 188 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.13 |
| HSL | 309.66º | 0.86% | 0.46% | - |
| HSV(B) | 309.66º | 0.93% | 0.87% | - |
| XYZ | 39.08 | 19.37 | 49.26 | - |
| YUV | 96.9 | 179.42 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 188 | 0 | 0.93 | 0.15 | 0.13 | 309.66 | 0.86 | 0.46 |
| Hex | DD | 10 | BC | 0 | 5D | F | D | 136 | 56 | 2E |
| Octal | 335 | 20 | 274 | 0 | 135 | 17 | 15 | 466 | 126 | 56 |
| Binary | 11011101 | 10000 | 10111100 | 0 | 1011101 | 1111 | 1101 | 100110110 | 1010110 | 101110 |
Color Harmonies of #DD10BC
Complementary color
Monochromatic Colors of #DD10BC
Black with #DD10BC
Text Example
Text Example
White with #DD10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10BC; }
p { color: rgb(221,16,188); }
H1.HeaderClassName
{
color: #DD10BC;
}
.AnyTagClassName
{
color: #DD10BC;
}
</style>
background-color css
<style>
a { background-color: #DD10BC; }
a { background-color: rgb(221,16,188); }
div.DivClassName
{
background-color: #DD10BC;
}
.BgClassName
{
background-color: #DD10BC;
}
</style>
border-color css
<style>
span { border-color: #DD10BC; }
span { border-color: rgb(221,16,188); }
td.TdClassName
{
border-color: #DD10BC;
}
.TagClassName
{
border-color: #DD10BC;
}
</style>