Shades of New York Pink #DE816D
Tints of New York Pink #DE816D
RGB
CMYK
RGB Variations
Color information
#DE816D (or 0xDE816D) is known color: New York Pink. HEX triplet: DE, 81 and 6D. RGB value is (222,129,109). Sum of RGB (Red+Green+Blue) = 222+129+109=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE816D is #217E92. Grayscale: #9A9A9A. Windows color (decimal): -2195091 or 7176670. OLE color: 7176670.
HSL color Cylindrical-coordinate representation of color #DE816D: hue angle of 10.62º degrees, saturation: 0.63, 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 #DE816D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 109 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.13 |
| HSL | 10.62º | 0.63% | 0.65% | - |
| HSV(B) | 10.62º | 0.51% | 0.87% | - |
| XYZ | 40.73 | 32.33 | 18.56 | - |
| YUV | 154.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 109 | 0 | 0.42 | 0.51 | 0.13 | 10.62 | 0.63 | 0.65 |
| Hex | DE | 81 | 6D | 0 | 2A | 33 | D | B | 3F | 41 |
| Octal | 336 | 201 | 155 | 0 | 52 | 63 | 15 | 13 | 77 | 101 |
| Binary | 11011110 | 10000001 | 1101101 | 0 | 101010 | 110011 | 1101 | 1011 | 111111 | 1000001 |
Color Harmonies of #DE816D
Complementary color
Monochromatic Colors of #DE816D
Black with #DE816D
Text Example
Text Example
White with #DE816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE816D; }
p { color: rgb(222,129,109); }
H1.HeaderClassName
{
color: #DE816D;
}
.AnyTagClassName
{
color: #DE816D;
}
</style>
background-color css
<style>
a { background-color: #DE816D; }
a { background-color: rgb(222,129,109); }
div.DivClassName
{
background-color: #DE816D;
}
.BgClassName
{
background-color: #DE816D;
}
</style>
border-color css
<style>
span { border-color: #DE816D; }
span { border-color: rgb(222,129,109); }
td.TdClassName
{
border-color: #DE816D;
}
.TagClassName
{
border-color: #DE816D;
}
</style>