Shades of Dark Pink #DD498D
Tints of Dark Pink #DD498D
RGB
CMYK
RGB Variations
Color information
#DD498D (or 0xDD498D) is known color: Dark Pink. HEX triplet: DD, 49 and 8D. RGB value is (221,73,141). Sum of RGB (Red+Green+Blue) = 221+73+141=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD498D is #22B672. Grayscale: #7C7C7C. Windows color (decimal): -2274931 or 9259485. OLE color: 9259485.
HSL color Cylindrical-coordinate representation of color #DD498D: hue angle of 332.43º 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 #DD498D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 141 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.13 |
| HSL | 332.43º | 0.69% | 0.58% | - |
| HSV(B) | 332.43º | 0.67% | 0.87% | - |
| XYZ | 37.01 | 22.06 | 27.51 | - |
| YUV | 125 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 141 | 0 | 0.67 | 0.36 | 0.13 | 332.43 | 0.69 | 0.58 |
| Hex | DD | 49 | 8D | 0 | 43 | 24 | D | 14C | 45 | 3A |
| Octal | 335 | 111 | 215 | 0 | 103 | 44 | 15 | 514 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10001101 | 0 | 1000011 | 100100 | 1101 | 101001100 | 1000101 | 111010 |
Color Harmonies of #DD498D
Complementary color
Monochromatic Colors of #DD498D
Black with #DD498D
Text Example
Text Example
White with #DD498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD498D; }
p { color: rgb(221,73,141); }
H1.HeaderClassName
{
color: #DD498D;
}
.AnyTagClassName
{
color: #DD498D;
}
</style>
background-color css
<style>
a { background-color: #DD498D; }
a { background-color: rgb(221,73,141); }
div.DivClassName
{
background-color: #DD498D;
}
.BgClassName
{
background-color: #DD498D;
}
</style>
border-color css
<style>
span { border-color: #DD498D; }
span { border-color: rgb(221,73,141); }
td.TdClassName
{
border-color: #DD498D;
}
.TagClassName
{
border-color: #DD498D;
}
</style>