Shades of Deep Magenta #DD10BE
Tints of Deep Magenta #DD10BE
RGB
CMYK
RGB Variations
Color information
#DD10BE (or 0xDD10BE) is known color: Deep Magenta. HEX triplet: DD, 10 and BE. RGB value is (221,16,190). Sum of RGB (Red+Green+Blue) = 221+16+190=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10BE is #22EF41. Grayscale: #606060. Windows color (decimal): -2289474 or 12456157. OLE color: 12456157.
HSL color Cylindrical-coordinate representation of color #DD10BE: hue angle of 309.07º 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 #DD10BE is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.13 |
| HSL | 309.07º | 0.86% | 0.46% | - |
| HSV(B) | 309.07º | 0.93% | 0.87% | - |
| XYZ | 39.3 | 19.46 | 50.4 | - |
| YUV | 97.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 190 | 0 | 0.93 | 0.14 | 0.13 | 309.07 | 0.86 | 0.46 |
| Hex | DD | 10 | BE | 0 | 5D | E | D | 135 | 56 | 2E |
| Octal | 335 | 20 | 276 | 0 | 135 | 16 | 15 | 465 | 126 | 56 |
| Binary | 11011101 | 10000 | 10111110 | 0 | 1011101 | 1110 | 1101 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DD10BE
Complementary color
Monochromatic Colors of #DD10BE
Black with #DD10BE
Text Example
Text Example
White with #DD10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10BE; }
p { color: rgb(221,16,190); }
H1.HeaderClassName
{
color: #DD10BE;
}
.AnyTagClassName
{
color: #DD10BE;
}
</style>
background-color css
<style>
a { background-color: #DD10BE; }
a { background-color: rgb(221,16,190); }
div.DivClassName
{
background-color: #DD10BE;
}
.BgClassName
{
background-color: #DD10BE;
}
</style>
border-color css
<style>
span { border-color: #DD10BE; }
span { border-color: rgb(221,16,190); }
td.TdClassName
{
border-color: #DD10BE;
}
.TagClassName
{
border-color: #DD10BE;
}
</style>