Shades of New York Pink #DD826D
Tints of New York Pink #DD826D
RGB
CMYK
RGB Variations
Color information
#DD826D (or 0xDD826D) is known color: New York Pink. HEX triplet: DD, 82 and 6D. RGB value is (221,130,109). Sum of RGB (Red+Green+Blue) = 221+130+109=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD826D is #227D92. Grayscale: #9A9A9A. Windows color (decimal): -2260371 or 7176925. OLE color: 7176925.
HSL color Cylindrical-coordinate representation of color #DD826D: hue angle of 11.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD826D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 109 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.13 |
| HSL | 11.25º | 0.62% | 0.65% | - |
| HSV(B) | 11.25º | 0.51% | 0.87% | - |
| XYZ | 40.56 | 32.44 | 18.59 | - |
| YUV | 154.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 109 | 0 | 0.41 | 0.51 | 0.13 | 11.25 | 0.62 | 0.65 |
| Hex | DD | 82 | 6D | 0 | 29 | 33 | D | B | 3E | 41 |
| Octal | 335 | 202 | 155 | 0 | 51 | 63 | 15 | 13 | 76 | 101 |
| Binary | 11011101 | 10000010 | 1101101 | 0 | 101001 | 110011 | 1101 | 1011 | 111110 | 1000001 |
Color Harmonies of #DD826D
Complementary color
Monochromatic Colors of #DD826D
Black with #DD826D
Text Example
Text Example
White with #DD826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD826D; }
p { color: rgb(221,130,109); }
H1.HeaderClassName
{
color: #DD826D;
}
.AnyTagClassName
{
color: #DD826D;
}
</style>
background-color css
<style>
a { background-color: #DD826D; }
a { background-color: rgb(221,130,109); }
div.DivClassName
{
background-color: #DD826D;
}
.BgClassName
{
background-color: #DD826D;
}
</style>
border-color css
<style>
span { border-color: #DD826D; }
span { border-color: rgb(221,130,109); }
td.TdClassName
{
border-color: #DD826D;
}
.TagClassName
{
border-color: #DD826D;
}
</style>