Shades of Deep Magenta #DD09BE
Tints of Deep Magenta #DD09BE
RGB
CMYK
RGB Variations
Color information
#DD09BE (or 0xDD09BE) is known color: Deep Magenta. HEX triplet: DD, 09 and BE. RGB value is (221,9,190). Sum of RGB (Red+Green+Blue) = 221+9+190=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09BE is #22F641. Grayscale: #5C5C5C. Windows color (decimal): -2291266 or 12454365. OLE color: 12454365.
HSL color Cylindrical-coordinate representation of color #DD09BE: hue angle of 308.77º degrees, saturation: 0.92, 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 #DD09BE is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.13 |
| HSL | 308.77º | 0.92% | 0.45% | - |
| HSV(B) | 308.77º | 0.96% | 0.87% | - |
| XYZ | 39.21 | 19.29 | 50.37 | - |
| YUV | 93.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 190 | 0 | 0.96 | 0.14 | 0.13 | 308.77 | 0.92 | 0.45 |
| Hex | DD | 9 | BE | 0 | 60 | E | D | 135 | 5C | 2D |
| Octal | 335 | 11 | 276 | 0 | 140 | 16 | 15 | 465 | 134 | 55 |
| Binary | 11011101 | 1001 | 10111110 | 0 | 1100000 | 1110 | 1101 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DD09BE
Complementary color
Monochromatic Colors of #DD09BE
Black with #DD09BE
Text Example
Text Example
White with #DD09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09BE; }
p { color: rgb(221,9,190); }
H1.HeaderClassName
{
color: #DD09BE;
}
.AnyTagClassName
{
color: #DD09BE;
}
</style>
background-color css
<style>
a { background-color: #DD09BE; }
a { background-color: rgb(221,9,190); }
div.DivClassName
{
background-color: #DD09BE;
}
.BgClassName
{
background-color: #DD09BE;
}
</style>
border-color css
<style>
span { border-color: #DD09BE; }
span { border-color: rgb(221,9,190); }
td.TdClassName
{
border-color: #DD09BE;
}
.TagClassName
{
border-color: #DD09BE;
}
</style>