Shades of New York Pink #DD7E6A
Tints of New York Pink #DD7E6A
RGB
CMYK
RGB Variations
Color information
#DD7E6A (or 0xDD7E6A) is known color: New York Pink. HEX triplet: DD, 7E and 6A. RGB value is (221,126,106). Sum of RGB (Red+Green+Blue) = 221+126+106=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E6A is #228195. Grayscale: #989898. Windows color (decimal): -2261398 or 6979293. OLE color: 6979293.
HSL color Cylindrical-coordinate representation of color #DD7E6A: hue angle of 10.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7E6A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 106 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 10.43º | 0.63% | 0.64% | - |
| HSV(B) | 10.43º | 0.52% | 0.87% | - |
| XYZ | 39.88 | 31.33 | 17.58 | - |
| YUV | 152.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 106 | 0 | 0.43 | 0.52 | 0.13 | 10.43 | 0.63 | 0.64 |
| Hex | DD | 7E | 6A | 0 | 2B | 34 | D | A | 3F | 40 |
| Octal | 335 | 176 | 152 | 0 | 53 | 64 | 15 | 12 | 77 | 100 |
| Binary | 11011101 | 1111110 | 1101010 | 0 | 101011 | 110100 | 1101 | 1010 | 111111 | 1000000 |
Color Harmonies of #DD7E6A
Complementary color
Monochromatic Colors of #DD7E6A
Black with #DD7E6A
Text Example
Text Example
White with #DD7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E6A; }
p { color: rgb(221,126,106); }
H1.HeaderClassName
{
color: #DD7E6A;
}
.AnyTagClassName
{
color: #DD7E6A;
}
</style>
background-color css
<style>
a { background-color: #DD7E6A; }
a { background-color: rgb(221,126,106); }
div.DivClassName
{
background-color: #DD7E6A;
}
.BgClassName
{
background-color: #DD7E6A;
}
</style>
border-color css
<style>
span { border-color: #DD7E6A; }
span { border-color: rgb(221,126,106); }
td.TdClassName
{
border-color: #DD7E6A;
}
.TagClassName
{
border-color: #DD7E6A;
}
</style>