Shades of New York Pink #DF826B
Tints of New York Pink #DF826B
RGB
CMYK
RGB Variations
Color information
#DF826B (or 0xDF826B) is known color: New York Pink. HEX triplet: DF, 82 and 6B. RGB value is (223,130,107). Sum of RGB (Red+Green+Blue) = 223+130+107=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF826B is #207D94. Grayscale: #9B9B9B. Windows color (decimal): -2129301 or 7045855. OLE color: 7045855.
HSL color Cylindrical-coordinate representation of color #DF826B: hue angle of 11.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF826B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 107 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.13 |
| HSL | 11.9º | 0.64% | 0.65% | - |
| HSV(B) | 11.9º | 0.52% | 0.87% | - |
| XYZ | 41.07 | 32.71 | 18.06 | - |
| YUV | 155.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 107 | 0 | 0.42 | 0.52 | 0.13 | 11.9 | 0.64 | 0.65 |
| Hex | DF | 82 | 6B | 0 | 2A | 34 | D | C | 40 | 41 |
| Octal | 337 | 202 | 153 | 0 | 52 | 64 | 15 | 14 | 100 | 101 |
| Binary | 11011111 | 10000010 | 1101011 | 0 | 101010 | 110100 | 1101 | 1100 | 1000000 | 1000001 |
Color Harmonies of #DF826B
Complementary color
Monochromatic Colors of #DF826B
Black with #DF826B
Text Example
Text Example
White with #DF826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF826B; }
p { color: rgb(223,130,107); }
H1.HeaderClassName
{
color: #DF826B;
}
.AnyTagClassName
{
color: #DF826B;
}
</style>
background-color css
<style>
a { background-color: #DF826B; }
a { background-color: rgb(223,130,107); }
div.DivClassName
{
background-color: #DF826B;
}
.BgClassName
{
background-color: #DF826B;
}
</style>
border-color css
<style>
span { border-color: #DF826B; }
span { border-color: rgb(223,130,107); }
td.TdClassName
{
border-color: #DF826B;
}
.TagClassName
{
border-color: #DF826B;
}
</style>