Shades of My Pink #DD9286
Tints of My Pink #DD9286
RGB
CMYK
RGB Variations
Color information
#DD9286 (or 0xDD9286) is known color: My Pink. HEX triplet: DD, 92 and 86. RGB value is (221,146,134). Sum of RGB (Red+Green+Blue) = 221+146+134=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9286 is #226D79. Grayscale: #A7A7A7. Windows color (decimal): -2256250 or 8819421. OLE color: 8819421.
HSL color Cylindrical-coordinate representation of color #DD9286: hue angle of 8.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9286 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 134 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.13 |
| HSL | 8.28º | 0.56% | 0.7% | - |
| HSV(B) | 8.28º | 0.39% | 0.87% | - |
| XYZ | 44.4 | 37.65 | 27.48 | - |
| YUV | 167.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 134 | 0 | 0.34 | 0.39 | 0.13 | 8.28 | 0.56 | 0.7 |
| Hex | DD | 92 | 86 | 0 | 22 | 27 | D | 8 | 38 | 46 |
| Octal | 335 | 222 | 206 | 0 | 42 | 47 | 15 | 10 | 70 | 106 |
| Binary | 11011101 | 10010010 | 10000110 | 0 | 100010 | 100111 | 1101 | 1000 | 111000 | 1000110 |
Color Harmonies of #DD9286
Complementary color
Monochromatic Colors of #DD9286
Black with #DD9286
Text Example
Text Example
White with #DD9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9286; }
p { color: rgb(221,146,134); }
H1.HeaderClassName
{
color: #DD9286;
}
.AnyTagClassName
{
color: #DD9286;
}
</style>
background-color css
<style>
a { background-color: #DD9286; }
a { background-color: rgb(221,146,134); }
div.DivClassName
{
background-color: #DD9286;
}
.BgClassName
{
background-color: #DD9286;
}
</style>
border-color css
<style>
span { border-color: #DD9286; }
span { border-color: rgb(221,146,134); }
td.TdClassName
{
border-color: #DD9286;
}
.TagClassName
{
border-color: #DD9286;
}
</style>