Shades of My Pink #DD8B81
Tints of My Pink #DD8B81
RGB
CMYK
RGB Variations
Color information
#DD8B81 (or 0xDD8B81) is known color: My Pink. HEX triplet: DD, 8B and 81. RGB value is (221,139,129). Sum of RGB (Red+Green+Blue) = 221+139+129=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B81 is #22747E. Grayscale: #A2A2A2. Windows color (decimal): -2258047 or 8489949. OLE color: 8489949.
HSL color Cylindrical-coordinate representation of color #DD8B81: hue angle of 6.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8B81 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 129 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.13 |
| HSL | 6.52º | 0.58% | 0.69% | - |
| HSV(B) | 6.52º | 0.42% | 0.87% | - |
| XYZ | 43.01 | 35.42 | 25.34 | - |
| YUV | 162.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 129 | 0 | 0.37 | 0.42 | 0.13 | 6.52 | 0.58 | 0.69 |
| Hex | DD | 8B | 81 | 0 | 25 | 2A | D | 7 | 3A | 45 |
| Octal | 335 | 213 | 201 | 0 | 45 | 52 | 15 | 7 | 72 | 105 |
| Binary | 11011101 | 10001011 | 10000001 | 0 | 100101 | 101010 | 1101 | 111 | 111010 | 1000101 |
Color Harmonies of #DD8B81
Complementary color
Monochromatic Colors of #DD8B81
Black with #DD8B81
Text Example
Text Example
White with #DD8B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B81; }
p { color: rgb(221,139,129); }
H1.HeaderClassName
{
color: #DD8B81;
}
.AnyTagClassName
{
color: #DD8B81;
}
</style>
background-color css
<style>
a { background-color: #DD8B81; }
a { background-color: rgb(221,139,129); }
div.DivClassName
{
background-color: #DD8B81;
}
.BgClassName
{
background-color: #DD8B81;
}
</style>
border-color css
<style>
span { border-color: #DD8B81; }
span { border-color: rgb(221,139,129); }
td.TdClassName
{
border-color: #DD8B81;
}
.TagClassName
{
border-color: #DD8B81;
}
</style>