Shades of My Pink #DD8A83
Tints of My Pink #DD8A83
RGB
CMYK
RGB Variations
Color information
#DD8A83 (or 0xDD8A83) is known color: My Pink. HEX triplet: DD, 8A and 83. RGB value is (221,138,131). Sum of RGB (Red+Green+Blue) = 221+138+131=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A83 is #22757C. Grayscale: #A2A2A2. Windows color (decimal): -2258301 or 8620765. OLE color: 8620765.
HSL color Cylindrical-coordinate representation of color #DD8A83: hue angle of 4.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8A83 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 131 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.13 |
| HSL | 4.67º | 0.57% | 0.69% | - |
| HSV(B) | 4.67º | 0.41% | 0.87% | - |
| XYZ | 43 | 35.19 | 26 | - |
| YUV | 162.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 131 | 0 | 0.38 | 0.41 | 0.13 | 4.67 | 0.57 | 0.69 |
| Hex | DD | 8A | 83 | 0 | 26 | 29 | D | 5 | 39 | 45 |
| Octal | 335 | 212 | 203 | 0 | 46 | 51 | 15 | 5 | 71 | 105 |
| Binary | 11011101 | 10001010 | 10000011 | 0 | 100110 | 101001 | 1101 | 101 | 111001 | 1000101 |
Color Harmonies of #DD8A83
Complementary color
Monochromatic Colors of #DD8A83
Black with #DD8A83
Text Example
Text Example
White with #DD8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A83; }
p { color: rgb(221,138,131); }
H1.HeaderClassName
{
color: #DD8A83;
}
.AnyTagClassName
{
color: #DD8A83;
}
</style>
background-color css
<style>
a { background-color: #DD8A83; }
a { background-color: rgb(221,138,131); }
div.DivClassName
{
background-color: #DD8A83;
}
.BgClassName
{
background-color: #DD8A83;
}
</style>
border-color css
<style>
span { border-color: #DD8A83; }
span { border-color: rgb(221,138,131); }
td.TdClassName
{
border-color: #DD8A83;
}
.TagClassName
{
border-color: #DD8A83;
}
</style>