Shades of My Pink #DD9082
Tints of My Pink #DD9082
RGB
CMYK
RGB Variations
Color information
#DD9082 (or 0xDD9082) is known color: My Pink. HEX triplet: DD, 90 and 82. RGB value is (221,144,130). Sum of RGB (Red+Green+Blue) = 221+144+130=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9082 is #226F7D. Grayscale: #A5A5A5. Windows color (decimal): -2256766 or 8556765. OLE color: 8556765.
HSL color Cylindrical-coordinate representation of color #DD9082: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9082 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 130 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.13 |
| HSL | 9.23º | 0.57% | 0.69% | - |
| HSV(B) | 9.23º | 0.41% | 0.87% | - |
| XYZ | 43.82 | 36.93 | 25.94 | - |
| YUV | 165.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 130 | 0 | 0.35 | 0.41 | 0.13 | 9.23 | 0.57 | 0.69 |
| Hex | DD | 90 | 82 | 0 | 23 | 29 | D | 9 | 39 | 45 |
| Octal | 335 | 220 | 202 | 0 | 43 | 51 | 15 | 11 | 71 | 105 |
| Binary | 11011101 | 10010000 | 10000010 | 0 | 100011 | 101001 | 1101 | 1001 | 111001 | 1000101 |
Color Harmonies of #DD9082
Complementary color
Monochromatic Colors of #DD9082
Black with #DD9082
Text Example
Text Example
White with #DD9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9082; }
p { color: rgb(221,144,130); }
H1.HeaderClassName
{
color: #DD9082;
}
.AnyTagClassName
{
color: #DD9082;
}
</style>
background-color css
<style>
a { background-color: #DD9082; }
a { background-color: rgb(221,144,130); }
div.DivClassName
{
background-color: #DD9082;
}
.BgClassName
{
background-color: #DD9082;
}
</style>
border-color css
<style>
span { border-color: #DD9082; }
span { border-color: rgb(221,144,130); }
td.TdClassName
{
border-color: #DD9082;
}
.TagClassName
{
border-color: #DD9082;
}
</style>