Shades of My Pink #DD8F78
Tints of My Pink #DD8F78
RGB
CMYK
RGB Variations
Color information
#DD8F78 (or 0xDD8F78) is known color: My Pink. HEX triplet: DD, 8F and 78. RGB value is (221,143,120). Sum of RGB (Red+Green+Blue) = 221+143+120=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F78 is #227087. Grayscale: #A3A3A3. Windows color (decimal): -2257032 or 7901149. OLE color: 7901149.
HSL color Cylindrical-coordinate representation of color #DD8F78: hue angle of 13.66º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8F78 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 120 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.13 |
| HSL | 13.66º | 0.6% | 0.67% | - |
| HSV(B) | 13.66º | 0.46% | 0.87% | - |
| XYZ | 43.03 | 36.37 | 22.52 | - |
| YUV | 163.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 120 | 0 | 0.35 | 0.46 | 0.13 | 13.66 | 0.6 | 0.67 |
| Hex | DD | 8F | 78 | 0 | 23 | 2E | D | E | 3C | 43 |
| Octal | 335 | 217 | 170 | 0 | 43 | 56 | 15 | 16 | 74 | 103 |
| Binary | 11011101 | 10001111 | 1111000 | 0 | 100011 | 101110 | 1101 | 1110 | 111100 | 1000011 |
Color Harmonies of #DD8F78
Complementary color
Monochromatic Colors of #DD8F78
Black with #DD8F78
Text Example
Text Example
White with #DD8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F78; }
p { color: rgb(221,143,120); }
H1.HeaderClassName
{
color: #DD8F78;
}
.AnyTagClassName
{
color: #DD8F78;
}
</style>
background-color css
<style>
a { background-color: #DD8F78; }
a { background-color: rgb(221,143,120); }
div.DivClassName
{
background-color: #DD8F78;
}
.BgClassName
{
background-color: #DD8F78;
}
</style>
border-color css
<style>
span { border-color: #DD8F78; }
span { border-color: rgb(221,143,120); }
td.TdClassName
{
border-color: #DD8F78;
}
.TagClassName
{
border-color: #DD8F78;
}
</style>