Shades of New York Pink #DD816D
Tints of New York Pink #DD816D
RGB
CMYK
RGB Variations
Color information
#DD816D (or 0xDD816D) is known color: New York Pink. HEX triplet: DD, 81 and 6D. RGB value is (221,129,109). Sum of RGB (Red+Green+Blue) = 221+129+109=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD816D is #227E92. Grayscale: #9A9A9A. Windows color (decimal): -2260627 or 7176669. OLE color: 7176669.
HSL color Cylindrical-coordinate representation of color #DD816D: hue angle of 10.71º 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 #DD816D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 109 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.13 |
| HSL | 10.71º | 0.62% | 0.65% | - |
| HSV(B) | 10.71º | 0.51% | 0.87% | - |
| XYZ | 40.43 | 32.18 | 18.55 | - |
| YUV | 154.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 109 | 0 | 0.42 | 0.51 | 0.13 | 10.71 | 0.62 | 0.65 |
| Hex | DD | 81 | 6D | 0 | 2A | 33 | D | B | 3E | 41 |
| Octal | 335 | 201 | 155 | 0 | 52 | 63 | 15 | 13 | 76 | 101 |
| Binary | 11011101 | 10000001 | 1101101 | 0 | 101010 | 110011 | 1101 | 1011 | 111110 | 1000001 |
Color Harmonies of #DD816D
Complementary color
Monochromatic Colors of #DD816D
Black with #DD816D
Text Example
Text Example
White with #DD816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD816D; }
p { color: rgb(221,129,109); }
H1.HeaderClassName
{
color: #DD816D;
}
.AnyTagClassName
{
color: #DD816D;
}
</style>
background-color css
<style>
a { background-color: #DD816D; }
a { background-color: rgb(221,129,109); }
div.DivClassName
{
background-color: #DD816D;
}
.BgClassName
{
background-color: #DD816D;
}
</style>
border-color css
<style>
span { border-color: #DD816D; }
span { border-color: rgb(221,129,109); }
td.TdClassName
{
border-color: #DD816D;
}
.TagClassName
{
border-color: #DD816D;
}
</style>