Shades of Deep Magenta #DD0FBE
Tints of Deep Magenta #DD0FBE
RGB
CMYK
RGB Variations
Color information
#DD0FBE (or 0xDD0FBE) is known color: Deep Magenta. HEX triplet: DD, 0F and BE. RGB value is (221,15,190). Sum of RGB (Red+Green+Blue) = 221+15+190=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FBE is #22F041. Grayscale: #606060. Windows color (decimal): -2289730 or 12455901. OLE color: 12455901.
HSL color Cylindrical-coordinate representation of color #DD0FBE: hue angle of 309.03º degrees, saturation: 0.87, 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 #DD0FBE is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.13 |
| HSL | 309.03º | 0.87% | 0.46% | - |
| HSV(B) | 309.03º | 0.93% | 0.87% | - |
| XYZ | 39.28 | 19.43 | 50.4 | - |
| YUV | 96.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 190 | 0 | 0.93 | 0.14 | 0.13 | 309.03 | 0.87 | 0.46 |
| Hex | DD | F | BE | 0 | 5D | E | D | 135 | 57 | 2E |
| Octal | 335 | 17 | 276 | 0 | 135 | 16 | 15 | 465 | 127 | 56 |
| Binary | 11011101 | 1111 | 10111110 | 0 | 1011101 | 1110 | 1101 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DD0FBE
Complementary color
Monochromatic Colors of #DD0FBE
Black with #DD0FBE
Text Example
Text Example
White with #DD0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FBE; }
p { color: rgb(221,15,190); }
H1.HeaderClassName
{
color: #DD0FBE;
}
.AnyTagClassName
{
color: #DD0FBE;
}
</style>
background-color css
<style>
a { background-color: #DD0FBE; }
a { background-color: rgb(221,15,190); }
div.DivClassName
{
background-color: #DD0FBE;
}
.BgClassName
{
background-color: #DD0FBE;
}
</style>
border-color css
<style>
span { border-color: #DD0FBE; }
span { border-color: rgb(221,15,190); }
td.TdClassName
{
border-color: #DD0FBE;
}
.TagClassName
{
border-color: #DD0FBE;
}
</style>