Shades of New York Pink #DD826F
Tints of New York Pink #DD826F
RGB
CMYK
RGB Variations
Color information
#DD826F (or 0xDD826F) is known color: New York Pink. HEX triplet: DD, 82 and 6F. RGB value is (221,130,111). Sum of RGB (Red+Green+Blue) = 221+130+111=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD826F is #227D90. Grayscale: #9B9B9B. Windows color (decimal): -2260369 or 7307997. OLE color: 7307997.
HSL color Cylindrical-coordinate representation of color #DD826F: hue angle of 10.36º degrees, saturation: 0.62, 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 #DD826F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 111 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.13 |
| HSL | 10.36º | 0.62% | 0.65% | - |
| HSV(B) | 10.36º | 0.5% | 0.87% | - |
| XYZ | 40.67 | 32.49 | 19.17 | - |
| YUV | 155.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 111 | 0 | 0.41 | 0.50 | 0.13 | 10.36 | 0.62 | 0.65 |
| Hex | DD | 82 | 6F | 0 | 29 | 32 | D | A | 3E | 41 |
| Octal | 335 | 202 | 157 | 0 | 51 | 62 | 15 | 12 | 76 | 101 |
| Binary | 11011101 | 10000010 | 1101111 | 0 | 101001 | 110010 | 1101 | 1010 | 111110 | 1000001 |
Color Harmonies of #DD826F
Complementary color
Monochromatic Colors of #DD826F
Black with #DD826F
Text Example
Text Example
White with #DD826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD826F; }
p { color: rgb(221,130,111); }
H1.HeaderClassName
{
color: #DD826F;
}
.AnyTagClassName
{
color: #DD826F;
}
</style>
background-color css
<style>
a { background-color: #DD826F; }
a { background-color: rgb(221,130,111); }
div.DivClassName
{
background-color: #DD826F;
}
.BgClassName
{
background-color: #DD826F;
}
</style>
border-color css
<style>
span { border-color: #DD826F; }
span { border-color: rgb(221,130,111); }
td.TdClassName
{
border-color: #DD826F;
}
.TagClassName
{
border-color: #DD826F;
}
</style>