Shades of Deep Magenta #DD14BE
Tints of Deep Magenta #DD14BE
RGB
CMYK
RGB Variations
Color information
#DD14BE (or 0xDD14BE) is known color: Deep Magenta. HEX triplet: DD, 14 and BE. RGB value is (221,20,190). Sum of RGB (Red+Green+Blue) = 221+20+190=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14BE is #22EB41. Grayscale: #636363. Windows color (decimal): -2288450 or 12457181. OLE color: 12457181.
HSL color Cylindrical-coordinate representation of color #DD14BE: hue angle of 309.25º degrees, saturation: 0.83, 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 #DD14BE is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.13 |
| HSL | 309.25º | 0.83% | 0.47% | - |
| HSV(B) | 309.25º | 0.91% | 0.87% | - |
| XYZ | 39.36 | 19.59 | 50.42 | - |
| YUV | 99.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 190 | 0 | 0.91 | 0.14 | 0.13 | 309.25 | 0.83 | 0.47 |
| Hex | DD | 14 | BE | 0 | 5B | E | D | 135 | 53 | 2F |
| Octal | 335 | 24 | 276 | 0 | 133 | 16 | 15 | 465 | 123 | 57 |
| Binary | 11011101 | 10100 | 10111110 | 0 | 1011011 | 1110 | 1101 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DD14BE
Complementary color
Monochromatic Colors of #DD14BE
Black with #DD14BE
Text Example
Text Example
White with #DD14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14BE; }
p { color: rgb(221,20,190); }
H1.HeaderClassName
{
color: #DD14BE;
}
.AnyTagClassName
{
color: #DD14BE;
}
</style>
background-color css
<style>
a { background-color: #DD14BE; }
a { background-color: rgb(221,20,190); }
div.DivClassName
{
background-color: #DD14BE;
}
.BgClassName
{
background-color: #DD14BE;
}
</style>
border-color css
<style>
span { border-color: #DD14BE; }
span { border-color: rgb(221,20,190); }
td.TdClassName
{
border-color: #DD14BE;
}
.TagClassName
{
border-color: #DD14BE;
}
</style>