Shades of My Pink #DD8D81
Tints of My Pink #DD8D81
RGB
CMYK
RGB Variations
Color information
#DD8D81 (or 0xDD8D81) is known color: My Pink. HEX triplet: DD, 8D and 81. RGB value is (221,141,129). Sum of RGB (Red+Green+Blue) = 221+141+129=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D81 is #22727E. Grayscale: #A3A3A3. Windows color (decimal): -2257535 or 8490461. OLE color: 8490461.
HSL color Cylindrical-coordinate representation of color #DD8D81: hue angle of 7.83º 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 #DD8D81 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 129 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.13 |
| HSL | 7.83º | 0.58% | 0.69% | - |
| HSV(B) | 7.83º | 0.42% | 0.87% | - |
| XYZ | 43.31 | 36.01 | 25.44 | - |
| YUV | 163.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 129 | 0 | 0.36 | 0.42 | 0.13 | 7.83 | 0.58 | 0.69 |
| Hex | DD | 8D | 81 | 0 | 24 | 2A | D | 8 | 3A | 45 |
| Octal | 335 | 215 | 201 | 0 | 44 | 52 | 15 | 10 | 72 | 105 |
| Binary | 11011101 | 10001101 | 10000001 | 0 | 100100 | 101010 | 1101 | 1000 | 111010 | 1000101 |
Color Harmonies of #DD8D81
Complementary color
Monochromatic Colors of #DD8D81
Black with #DD8D81
Text Example
Text Example
White with #DD8D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D81; }
p { color: rgb(221,141,129); }
H1.HeaderClassName
{
color: #DD8D81;
}
.AnyTagClassName
{
color: #DD8D81;
}
</style>
background-color css
<style>
a { background-color: #DD8D81; }
a { background-color: rgb(221,141,129); }
div.DivClassName
{
background-color: #DD8D81;
}
.BgClassName
{
background-color: #DD8D81;
}
</style>
border-color css
<style>
span { border-color: #DD8D81; }
span { border-color: rgb(221,141,129); }
td.TdClassName
{
border-color: #DD8D81;
}
.TagClassName
{
border-color: #DD8D81;
}
</style>