Shades of Deep Magenta #DD13BE
Tints of Deep Magenta #DD13BE
RGB
CMYK
RGB Variations
Color information
#DD13BE (or 0xDD13BE) is known color: Deep Magenta. HEX triplet: DD, 13 and BE. RGB value is (221,19,190). Sum of RGB (Red+Green+Blue) = 221+19+190=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13BE is #22EC41. Grayscale: #626262. Windows color (decimal): -2288706 or 12456925. OLE color: 12456925.
HSL color Cylindrical-coordinate representation of color #DD13BE: hue angle of 309.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13BE is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.13 |
| HSL | 309.21º | 0.84% | 0.47% | - |
| HSV(B) | 309.21º | 0.91% | 0.87% | - |
| XYZ | 39.35 | 19.56 | 50.42 | - |
| YUV | 98.89 | 179.42 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 190 | 0 | 0.91 | 0.14 | 0.13 | 309.21 | 0.84 | 0.47 |
| Hex | DD | 13 | BE | 0 | 5B | E | D | 135 | 54 | 2F |
| Octal | 335 | 23 | 276 | 0 | 133 | 16 | 15 | 465 | 124 | 57 |
| Binary | 11011101 | 10011 | 10111110 | 0 | 1011011 | 1110 | 1101 | 100110101 | 1010100 | 101111 |
Color Harmonies of #DD13BE
Complementary color
Monochromatic Colors of #DD13BE
Black with #DD13BE
Text Example
Text Example
White with #DD13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13BE; }
p { color: rgb(221,19,190); }
H1.HeaderClassName
{
color: #DD13BE;
}
.AnyTagClassName
{
color: #DD13BE;
}
</style>
background-color css
<style>
a { background-color: #DD13BE; }
a { background-color: rgb(221,19,190); }
div.DivClassName
{
background-color: #DD13BE;
}
.BgClassName
{
background-color: #DD13BE;
}
</style>
border-color css
<style>
span { border-color: #DD13BE; }
span { border-color: rgb(221,19,190); }
td.TdClassName
{
border-color: #DD13BE;
}
.TagClassName
{
border-color: #DD13BE;
}
</style>