Shades of Deep Magenta #DD08B7
Tints of Deep Magenta #DD08B7
RGB
CMYK
RGB Variations
Color information
#DD08B7 (or 0xDD08B7) is known color: Deep Magenta. HEX triplet: DD, 08 and B7. RGB value is (221,8,183). Sum of RGB (Red+Green+Blue) = 221+8+183=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08B7 is #22F748. Grayscale: #5B5B5B. Windows color (decimal): -2291529 or 11995357. OLE color: 11995357.
HSL color Cylindrical-coordinate representation of color #DD08B7: hue angle of 310.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08B7 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.13 |
| HSL | 310.7º | 0.93% | 0.45% | - |
| HSV(B) | 310.7º | 0.96% | 0.87% | - |
| XYZ | 38.45 | 18.96 | 46.43 | - |
| YUV | 91.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 183 | 0 | 0.96 | 0.17 | 0.13 | 310.7 | 0.93 | 0.45 |
| Hex | DD | 8 | B7 | 0 | 60 | 11 | D | 137 | 5D | 2D |
| Octal | 335 | 10 | 267 | 0 | 140 | 21 | 15 | 467 | 135 | 55 |
| Binary | 11011101 | 1000 | 10110111 | 0 | 1100000 | 10001 | 1101 | 100110111 | 1011101 | 101101 |
Color Harmonies of #DD08B7
Complementary color
Monochromatic Colors of #DD08B7
Black with #DD08B7
Text Example
Text Example
White with #DD08B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08B7; }
p { color: rgb(221,8,183); }
H1.HeaderClassName
{
color: #DD08B7;
}
.AnyTagClassName
{
color: #DD08B7;
}
</style>
background-color css
<style>
a { background-color: #DD08B7; }
a { background-color: rgb(221,8,183); }
div.DivClassName
{
background-color: #DD08B7;
}
.BgClassName
{
background-color: #DD08B7;
}
</style>
border-color css
<style>
span { border-color: #DD08B7; }
span { border-color: rgb(221,8,183); }
td.TdClassName
{
border-color: #DD08B7;
}
.TagClassName
{
border-color: #DD08B7;
}
</style>