Shades of New York Pink #D8816B
Tints of New York Pink #D8816B
RGB
CMYK
RGB Variations
Color information
#D8816B (or 0xD8816B) is known color: New York Pink. HEX triplet: D8, 81 and 6B. RGB value is (216,129,107). Sum of RGB (Red+Green+Blue) = 216+129+107=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8816B is #277E94. Grayscale: #989898. Windows color (decimal): -2588309 or 7045592. OLE color: 7045592.
HSL color Cylindrical-coordinate representation of color #D8816B: hue angle of 12.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8816B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 107 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.15 |
| HSL | 12.11º | 0.58% | 0.63% | - |
| HSV(B) | 12.11º | 0.5% | 0.85% | - |
| XYZ | 38.82 | 31.36 | 17.92 | - |
| YUV | 152.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 107 | 0 | 0.40 | 0.50 | 0.15 | 12.11 | 0.58 | 0.63 |
| Hex | D8 | 81 | 6B | 0 | 28 | 32 | F | C | 3A | 3F |
| Octal | 330 | 201 | 153 | 0 | 50 | 62 | 17 | 14 | 72 | 77 |
| Binary | 11011000 | 10000001 | 1101011 | 0 | 101000 | 110010 | 1111 | 1100 | 111010 | 111111 |
Color Harmonies of #D8816B
Complementary color
Monochromatic Colors of #D8816B
Black with #D8816B
Text Example
Text Example
White with #D8816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8816B; }
p { color: rgb(216,129,107); }
H1.HeaderClassName
{
color: #D8816B;
}
.AnyTagClassName
{
color: #D8816B;
}
</style>
background-color css
<style>
a { background-color: #D8816B; }
a { background-color: rgb(216,129,107); }
div.DivClassName
{
background-color: #D8816B;
}
.BgClassName
{
background-color: #D8816B;
}
</style>
border-color css
<style>
span { border-color: #D8816B; }
span { border-color: rgb(216,129,107); }
td.TdClassName
{
border-color: #D8816B;
}
.TagClassName
{
border-color: #D8816B;
}
</style>