Shades of My Pink #DD9185
Tints of My Pink #DD9185
RGB
CMYK
RGB Variations
Color information
#DD9185 (or 0xDD9185) is known color: My Pink. HEX triplet: DD, 91 and 85. RGB value is (221,145,133). Sum of RGB (Red+Green+Blue) = 221+145+133=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9185 is #226E7A. Grayscale: #A6A6A6. Windows color (decimal): -2256507 or 8753629. OLE color: 8753629.
HSL color Cylindrical-coordinate representation of color #DD9185: hue angle of 8.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9185 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 133 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.13 |
| HSL | 8.18º | 0.56% | 0.69% | - |
| HSV(B) | 8.18º | 0.4% | 0.87% | - |
| XYZ | 44.18 | 37.32 | 27.06 | - |
| YUV | 166.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 133 | 0 | 0.34 | 0.40 | 0.13 | 8.18 | 0.56 | 0.69 |
| Hex | DD | 91 | 85 | 0 | 22 | 28 | D | 8 | 38 | 45 |
| Octal | 335 | 221 | 205 | 0 | 42 | 50 | 15 | 10 | 70 | 105 |
| Binary | 11011101 | 10010001 | 10000101 | 0 | 100010 | 101000 | 1101 | 1000 | 111000 | 1000101 |
Color Harmonies of #DD9185
Complementary color
Monochromatic Colors of #DD9185
Black with #DD9185
Text Example
Text Example
White with #DD9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9185; }
p { color: rgb(221,145,133); }
H1.HeaderClassName
{
color: #DD9185;
}
.AnyTagClassName
{
color: #DD9185;
}
</style>
background-color css
<style>
a { background-color: #DD9185; }
a { background-color: rgb(221,145,133); }
div.DivClassName
{
background-color: #DD9185;
}
.BgClassName
{
background-color: #DD9185;
}
</style>
border-color css
<style>
span { border-color: #DD9185; }
span { border-color: rgb(221,145,133); }
td.TdClassName
{
border-color: #DD9185;
}
.TagClassName
{
border-color: #DD9185;
}
</style>