Shades of Tonys Pink #DF9F8D
Tints of Tonys Pink #DF9F8D
RGB
CMYK
RGB Variations
Color information
#DF9F8D (or 0xDF9F8D) is known color: Tonys Pink. HEX triplet: DF, 9F and 8D. RGB value is (223,159,141). Sum of RGB (Red+Green+Blue) = 223+159+141=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F8D is #206072. Grayscale: #B0B0B0. Windows color (decimal): -2121843 or 9281503. OLE color: 9281503.
HSL color Cylindrical-coordinate representation of color #DF9F8D: hue angle of 13.17º 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 #DF9F8D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 159 | 141 | - |
CMYK | 0 | 0.29 | 0.37 | 0.13 |
HSL | 13.17º | 0.56% | 0.71% | - |
HSV(B) | 13.17º | 0.37% | 0.87% | - |
XYZ | 47.64 | 42.41 | 30.87 | - |
YUV | 176.08 | 108.2 | 161.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 159 | 141 | 0 | 0.29 | 0.37 | 0.13 | 13.17 | 0.56 | 0.71 |
Hex | DF | 9F | 8D | 0 | 1D | 25 | D | D | 38 | 47 |
Octal | 337 | 237 | 215 | 0 | 35 | 45 | 15 | 15 | 70 | 107 |
Binary | 11011111 | 10011111 | 10001101 | 0 | 11101 | 100101 | 1101 | 1101 | 111000 | 1000111 |
Color Harmonies of #DF9F8D
Complementary color
Monochromatic Colors of #DF9F8D
Black with #DF9F8D
Text Example
Text Example
White with #DF9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F8D; }
p { color: rgb(223,159,141); }
H1.HeaderClassName
{
color: #DF9F8D;
}
.AnyTagClassName
{
color: #DF9F8D;
}
</style>
background-color css
<style>
a { background-color: #DF9F8D; }
a { background-color: rgb(223,159,141); }
div.DivClassName
{
background-color: #DF9F8D;
}
.BgClassName
{
background-color: #DF9F8D;
}
</style>
border-color css
<style>
span { border-color: #DF9F8D; }
span { border-color: rgb(223,159,141); }
td.TdClassName
{
border-color: #DF9F8D;
}
.TagClassName
{
border-color: #DF9F8D;
}
</style>