Shades of Dark Pink #DD498B
Tints of Dark Pink #DD498B
RGB
CMYK
RGB Variations
Color information
#DD498B (or 0xDD498B) is known color: Dark Pink. HEX triplet: DD, 49 and 8B. RGB value is (221,73,139). Sum of RGB (Red+Green+Blue) = 221+73+139=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD498B is #22B674. Grayscale: #7C7C7C. Windows color (decimal): -2274933 or 9128413. OLE color: 9128413.
HSL color Cylindrical-coordinate representation of color #DD498B: hue angle of 333.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD498B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 139 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.13 |
| HSL | 333.24º | 0.69% | 0.58% | - |
| HSV(B) | 333.24º | 0.67% | 0.87% | - |
| XYZ | 36.86 | 22 | 26.73 | - |
| YUV | 124.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 139 | 0 | 0.67 | 0.37 | 0.13 | 333.24 | 0.69 | 0.58 |
| Hex | DD | 49 | 8B | 0 | 43 | 25 | D | 14D | 45 | 3A |
| Octal | 335 | 111 | 213 | 0 | 103 | 45 | 15 | 515 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10001011 | 0 | 1000011 | 100101 | 1101 | 101001101 | 1000101 | 111010 |
Color Harmonies of #DD498B
Complementary color
Monochromatic Colors of #DD498B
Black with #DD498B
Text Example
Text Example
White with #DD498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD498B; }
p { color: rgb(221,73,139); }
H1.HeaderClassName
{
color: #DD498B;
}
.AnyTagClassName
{
color: #DD498B;
}
</style>
background-color css
<style>
a { background-color: #DD498B; }
a { background-color: rgb(221,73,139); }
div.DivClassName
{
background-color: #DD498B;
}
.BgClassName
{
background-color: #DD498B;
}
</style>
border-color css
<style>
span { border-color: #DD498B; }
span { border-color: rgb(221,73,139); }
td.TdClassName
{
border-color: #DD498B;
}
.TagClassName
{
border-color: #DD498B;
}
</style>