Shades of My Pink #DD8A81
Tints of My Pink #DD8A81
RGB
CMYK
RGB Variations
Color information
#DD8A81 (or 0xDD8A81) is known color: My Pink. HEX triplet: DD, 8A and 81. RGB value is (221,138,129). Sum of RGB (Red+Green+Blue) = 221+138+129=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A81 is #22757E. Grayscale: #A1A1A1. Windows color (decimal): -2258303 or 8489693. OLE color: 8489693.
HSL color Cylindrical-coordinate representation of color #DD8A81: hue angle of 5.87º 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 #DD8A81 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 129 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.13 |
| HSL | 5.87º | 0.58% | 0.69% | - |
| HSV(B) | 5.87º | 0.42% | 0.87% | - |
| XYZ | 42.87 | 35.13 | 25.29 | - |
| YUV | 161.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 129 | 0 | 0.38 | 0.42 | 0.13 | 5.87 | 0.58 | 0.69 |
| Hex | DD | 8A | 81 | 0 | 26 | 2A | D | 6 | 3A | 45 |
| Octal | 335 | 212 | 201 | 0 | 46 | 52 | 15 | 6 | 72 | 105 |
| Binary | 11011101 | 10001010 | 10000001 | 0 | 100110 | 101010 | 1101 | 110 | 111010 | 1000101 |
Color Harmonies of #DD8A81
Complementary color
Monochromatic Colors of #DD8A81
Black with #DD8A81
Text Example
Text Example
White with #DD8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A81; }
p { color: rgb(221,138,129); }
H1.HeaderClassName
{
color: #DD8A81;
}
.AnyTagClassName
{
color: #DD8A81;
}
</style>
background-color css
<style>
a { background-color: #DD8A81; }
a { background-color: rgb(221,138,129); }
div.DivClassName
{
background-color: #DD8A81;
}
.BgClassName
{
background-color: #DD8A81;
}
</style>
border-color css
<style>
span { border-color: #DD8A81; }
span { border-color: rgb(221,138,129); }
td.TdClassName
{
border-color: #DD8A81;
}
.TagClassName
{
border-color: #DD8A81;
}
</style>