Shades of Tonys Pink #DF9D8D
Tints of Tonys Pink #DF9D8D
RGB
CMYK
RGB Variations
Color information
#DF9D8D (or 0xDF9D8D) is known color: Tonys Pink. HEX triplet: DF, 9D and 8D. RGB value is (223,157,141). Sum of RGB (Red+Green+Blue) = 223+157+141=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D8D is #206272. Grayscale: #AFAFAF. Windows color (decimal): -2122355 or 9280991. OLE color: 9280991.
HSL color Cylindrical-coordinate representation of color #DF9D8D: hue angle of 11.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9D8D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 141 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.13 |
| HSL | 11.71º | 0.56% | 0.71% | - |
| HSV(B) | 11.71º | 0.37% | 0.87% | - |
| XYZ | 47.3 | 41.73 | 30.76 | - |
| YUV | 174.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 141 | 0 | 0.30 | 0.37 | 0.13 | 11.71 | 0.56 | 0.71 |
| Hex | DF | 9D | 8D | 0 | 1E | 25 | D | C | 38 | 47 |
| Octal | 337 | 235 | 215 | 0 | 36 | 45 | 15 | 14 | 70 | 107 |
| Binary | 11011111 | 10011101 | 10001101 | 0 | 11110 | 100101 | 1101 | 1100 | 111000 | 1000111 |
Color Harmonies of #DF9D8D
Complementary color
Monochromatic Colors of #DF9D8D
Black with #DF9D8D
Text Example
Text Example
White with #DF9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D8D; }
p { color: rgb(223,157,141); }
H1.HeaderClassName
{
color: #DF9D8D;
}
.AnyTagClassName
{
color: #DF9D8D;
}
</style>
background-color css
<style>
a { background-color: #DF9D8D; }
a { background-color: rgb(223,157,141); }
div.DivClassName
{
background-color: #DF9D8D;
}
.BgClassName
{
background-color: #DF9D8D;
}
</style>
border-color css
<style>
span { border-color: #DF9D8D; }
span { border-color: rgb(223,157,141); }
td.TdClassName
{
border-color: #DF9D8D;
}
.TagClassName
{
border-color: #DF9D8D;
}
</style>