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