Shades of My Pink #DD8F7B
Tints of My Pink #DD8F7B
RGB
CMYK
RGB Variations
Color information
#DD8F7B (or 0xDD8F7B) is known color: My Pink. HEX triplet: DD, 8F and 7B. RGB value is (221,143,123). Sum of RGB (Red+Green+Blue) = 221+143+123=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F7B is #227084. Grayscale: #A4A4A4. Windows color (decimal): -2257029 or 8097757. OLE color: 8097757.
HSL color Cylindrical-coordinate representation of color #DD8F7B: hue angle of 12.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8F7B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 123 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.13 |
| HSL | 12.24º | 0.59% | 0.67% | - |
| HSV(B) | 12.24º | 0.44% | 0.87% | - |
| XYZ | 43.22 | 36.45 | 23.5 | - |
| YUV | 164.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 123 | 0 | 0.35 | 0.44 | 0.13 | 12.24 | 0.59 | 0.67 |
| Hex | DD | 8F | 7B | 0 | 23 | 2C | D | C | 3B | 43 |
| Octal | 335 | 217 | 173 | 0 | 43 | 54 | 15 | 14 | 73 | 103 |
| Binary | 11011101 | 10001111 | 1111011 | 0 | 100011 | 101100 | 1101 | 1100 | 111011 | 1000011 |
Color Harmonies of #DD8F7B
Complementary color
Monochromatic Colors of #DD8F7B
Black with #DD8F7B
Text Example
Text Example
White with #DD8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F7B; }
p { color: rgb(221,143,123); }
H1.HeaderClassName
{
color: #DD8F7B;
}
.AnyTagClassName
{
color: #DD8F7B;
}
</style>
background-color css
<style>
a { background-color: #DD8F7B; }
a { background-color: rgb(221,143,123); }
div.DivClassName
{
background-color: #DD8F7B;
}
.BgClassName
{
background-color: #DD8F7B;
}
</style>
border-color css
<style>
span { border-color: #DD8F7B; }
span { border-color: rgb(221,143,123); }
td.TdClassName
{
border-color: #DD8F7B;
}
.TagClassName
{
border-color: #DD8F7B;
}
</style>