Shades of Dark Pink #DD498A
Tints of Dark Pink #DD498A
RGB
CMYK
RGB Variations
Color information
#DD498A (or 0xDD498A) is known color: Dark Pink. HEX triplet: DD, 49 and 8A. RGB value is (221,73,138). Sum of RGB (Red+Green+Blue) = 221+73+138=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD498A is #22B675. Grayscale: #7C7C7C. Windows color (decimal): -2274934 or 9062877. OLE color: 9062877.
HSL color Cylindrical-coordinate representation of color #DD498A: hue angle of 333.65º 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 #DD498A is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 138 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.13 |
| HSL | 333.65º | 0.69% | 0.58% | - |
| HSV(B) | 333.65º | 0.67% | 0.87% | - |
| XYZ | 36.79 | 21.97 | 26.35 | - |
| YUV | 124.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 138 | 0 | 0.67 | 0.38 | 0.13 | 333.65 | 0.69 | 0.58 |
| Hex | DD | 49 | 8A | 0 | 43 | 26 | D | 14E | 45 | 3A |
| Octal | 335 | 111 | 212 | 0 | 103 | 46 | 15 | 516 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10001010 | 0 | 1000011 | 100110 | 1101 | 101001110 | 1000101 | 111010 |
Color Harmonies of #DD498A
Complementary color
Monochromatic Colors of #DD498A
Black with #DD498A
Text Example
Text Example
White with #DD498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD498A; }
p { color: rgb(221,73,138); }
H1.HeaderClassName
{
color: #DD498A;
}
.AnyTagClassName
{
color: #DD498A;
}
</style>
background-color css
<style>
a { background-color: #DD498A; }
a { background-color: rgb(221,73,138); }
div.DivClassName
{
background-color: #DD498A;
}
.BgClassName
{
background-color: #DD498A;
}
</style>
border-color css
<style>
span { border-color: #DD498A; }
span { border-color: rgb(221,73,138); }
td.TdClassName
{
border-color: #DD498A;
}
.TagClassName
{
border-color: #DD498A;
}
</style>