Shades of My Pink #DD8F7D
Tints of My Pink #DD8F7D
RGB
CMYK
RGB Variations
Color information
#DD8F7D (or 0xDD8F7D) is known color: My Pink. HEX triplet: DD, 8F and 7D. RGB value is (221,143,125). Sum of RGB (Red+Green+Blue) = 221+143+125=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F7D is #227082. Grayscale: #A4A4A4. Windows color (decimal): -2257027 or 8228829. OLE color: 8228829.
HSL color Cylindrical-coordinate representation of color #DD8F7D: hue angle of 11.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8F7D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 125 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.13 |
| HSL | 11.25º | 0.59% | 0.68% | - |
| HSV(B) | 11.25º | 0.43% | 0.87% | - |
| XYZ | 43.34 | 36.5 | 24.16 | - |
| YUV | 164.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 125 | 0 | 0.35 | 0.43 | 0.13 | 11.25 | 0.59 | 0.68 |
| Hex | DD | 8F | 7D | 0 | 23 | 2B | D | B | 3B | 44 |
| Octal | 335 | 217 | 175 | 0 | 43 | 53 | 15 | 13 | 73 | 104 |
| Binary | 11011101 | 10001111 | 1111101 | 0 | 100011 | 101011 | 1101 | 1011 | 111011 | 1000100 |
Color Harmonies of #DD8F7D
Complementary color
Monochromatic Colors of #DD8F7D
Black with #DD8F7D
Text Example
Text Example
White with #DD8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F7D; }
p { color: rgb(221,143,125); }
H1.HeaderClassName
{
color: #DD8F7D;
}
.AnyTagClassName
{
color: #DD8F7D;
}
</style>
background-color css
<style>
a { background-color: #DD8F7D; }
a { background-color: rgb(221,143,125); }
div.DivClassName
{
background-color: #DD8F7D;
}
.BgClassName
{
background-color: #DD8F7D;
}
</style>
border-color css
<style>
span { border-color: #DD8F7D; }
span { border-color: rgb(221,143,125); }
td.TdClassName
{
border-color: #DD8F7D;
}
.TagClassName
{
border-color: #DD8F7D;
}
</style>