Shades of My Pink #DD8C83
Tints of My Pink #DD8C83
RGB
CMYK
RGB Variations
Color information
#DD8C83 (or 0xDD8C83) is known color: My Pink. HEX triplet: DD, 8C and 83. RGB value is (221,140,131). Sum of RGB (Red+Green+Blue) = 221+140+131=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C83 is #22737C. Grayscale: #A3A3A3. Windows color (decimal): -2257789 or 8621277. OLE color: 8621277.
HSL color Cylindrical-coordinate representation of color #DD8C83: hue angle of 6º 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 #DD8C83 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 131 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.13 |
| HSL | 6º | 0.57% | 0.69% | - |
| HSV(B) | 6º | 0.41% | 0.87% | - |
| XYZ | 43.29 | 35.77 | 26.09 | - |
| YUV | 163.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 131 | 0 | 0.37 | 0.41 | 0.13 | 6 | 0.57 | 0.69 |
| Hex | DD | 8C | 83 | 0 | 25 | 29 | D | 6 | 39 | 45 |
| Octal | 335 | 214 | 203 | 0 | 45 | 51 | 15 | 6 | 71 | 105 |
| Binary | 11011101 | 10001100 | 10000011 | 0 | 100101 | 101001 | 1101 | 110 | 111001 | 1000101 |
Color Harmonies of #DD8C83
Complementary color
Monochromatic Colors of #DD8C83
Black with #DD8C83
Text Example
Text Example
White with #DD8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C83; }
p { color: rgb(221,140,131); }
H1.HeaderClassName
{
color: #DD8C83;
}
.AnyTagClassName
{
color: #DD8C83;
}
</style>
background-color css
<style>
a { background-color: #DD8C83; }
a { background-color: rgb(221,140,131); }
div.DivClassName
{
background-color: #DD8C83;
}
.BgClassName
{
background-color: #DD8C83;
}
</style>
border-color css
<style>
span { border-color: #DD8C83; }
span { border-color: rgb(221,140,131); }
td.TdClassName
{
border-color: #DD8C83;
}
.TagClassName
{
border-color: #DD8C83;
}
</style>