Shades of New York Pink #DF826F
Tints of New York Pink #DF826F
RGB
CMYK
RGB Variations
Color information
#DF826F (or 0xDF826F) is known color: New York Pink. HEX triplet: DF, 82 and 6F. RGB value is (223,130,111). Sum of RGB (Red+Green+Blue) = 223+130+111=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF826F is #207D90. Grayscale: #9B9B9B. Windows color (decimal): -2129297 or 7307999. OLE color: 7307999.
HSL color Cylindrical-coordinate representation of color #DF826F: hue angle of 10.18º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF826F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 111 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.13 |
| HSL | 10.18º | 0.64% | 0.65% | - |
| HSV(B) | 10.18º | 0.5% | 0.87% | - |
| XYZ | 41.28 | 32.8 | 19.19 | - |
| YUV | 155.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 111 | 0 | 0.42 | 0.50 | 0.13 | 10.18 | 0.64 | 0.65 |
| Hex | DF | 82 | 6F | 0 | 2A | 32 | D | A | 40 | 41 |
| Octal | 337 | 202 | 157 | 0 | 52 | 62 | 15 | 12 | 100 | 101 |
| Binary | 11011111 | 10000010 | 1101111 | 0 | 101010 | 110010 | 1101 | 1010 | 1000000 | 1000001 |
Color Harmonies of #DF826F
Complementary color
Monochromatic Colors of #DF826F
Black with #DF826F
Text Example
Text Example
White with #DF826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF826F; }
p { color: rgb(223,130,111); }
H1.HeaderClassName
{
color: #DF826F;
}
.AnyTagClassName
{
color: #DF826F;
}
</style>
background-color css
<style>
a { background-color: #DF826F; }
a { background-color: rgb(223,130,111); }
div.DivClassName
{
background-color: #DF826F;
}
.BgClassName
{
background-color: #DF826F;
}
</style>
border-color css
<style>
span { border-color: #DF826F; }
span { border-color: rgb(223,130,111); }
td.TdClassName
{
border-color: #DF826F;
}
.TagClassName
{
border-color: #DF826F;
}
</style>