Shades of New York Pink #DE816A
Tints of New York Pink #DE816A
RGB
CMYK
RGB Variations
Color information
#DE816A (or 0xDE816A) is known color: New York Pink. HEX triplet: DE, 81 and 6A. RGB value is (222,129,106). Sum of RGB (Red+Green+Blue) = 222+129+106=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE816A is #217E95. Grayscale: #9A9A9A. Windows color (decimal): -2195094 or 6980062. OLE color: 6980062.
HSL color Cylindrical-coordinate representation of color #DE816A: hue angle of 11.9º degrees, saturation: 0.64, 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 #DE816A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 106 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.13 |
| HSL | 11.9º | 0.64% | 0.64% | - |
| HSV(B) | 11.9º | 0.52% | 0.87% | - |
| XYZ | 40.58 | 32.27 | 17.73 | - |
| YUV | 154.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 106 | 0 | 0.42 | 0.52 | 0.13 | 11.9 | 0.64 | 0.64 |
| Hex | DE | 81 | 6A | 0 | 2A | 34 | D | C | 40 | 40 |
| Octal | 336 | 201 | 152 | 0 | 52 | 64 | 15 | 14 | 100 | 100 |
| Binary | 11011110 | 10000001 | 1101010 | 0 | 101010 | 110100 | 1101 | 1100 | 1000000 | 1000000 |
Color Harmonies of #DE816A
Complementary color
Monochromatic Colors of #DE816A
Black with #DE816A
Text Example
Text Example
White with #DE816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE816A; }
p { color: rgb(222,129,106); }
H1.HeaderClassName
{
color: #DE816A;
}
.AnyTagClassName
{
color: #DE816A;
}
</style>
background-color css
<style>
a { background-color: #DE816A; }
a { background-color: rgb(222,129,106); }
div.DivClassName
{
background-color: #DE816A;
}
.BgClassName
{
background-color: #DE816A;
}
</style>
border-color css
<style>
span { border-color: #DE816A; }
span { border-color: rgb(222,129,106); }
td.TdClassName
{
border-color: #DE816A;
}
.TagClassName
{
border-color: #DE816A;
}
</style>