Shades of New York Pink #D5816E
Tints of New York Pink #D5816E
RGB
CMYK
RGB Variations
Color information
#D5816E (or 0xD5816E) is known color: New York Pink. HEX triplet: D5, 81 and 6E. RGB value is (213,129,110). Sum of RGB (Red+Green+Blue) = 213+129+110=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816E is #2A7E91. Grayscale: #989898. Windows color (decimal): -2784914 or 7242197. OLE color: 7242197.
HSL color Cylindrical-coordinate representation of color #D5816E: hue angle of 11.07º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5816E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 110 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.16 |
| HSL | 11.07º | 0.55% | 0.63% | - |
| HSV(B) | 11.07º | 0.48% | 0.84% | - |
| XYZ | 38.11 | 30.97 | 18.72 | - |
| YUV | 151.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 110 | 0 | 0.39 | 0.48 | 0.16 | 11.07 | 0.55 | 0.63 |
| Hex | D5 | 81 | 6E | 0 | 27 | 30 | 10 | B | 37 | 3F |
| Octal | 325 | 201 | 156 | 0 | 47 | 60 | 20 | 13 | 67 | 77 |
| Binary | 11010101 | 10000001 | 1101110 | 0 | 100111 | 110000 | 10000 | 1011 | 110111 | 111111 |
Color Harmonies of #D5816E
Complementary color
Monochromatic Colors of #D5816E
Black with #D5816E
Text Example
Text Example
White with #D5816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5816E; }
p { color: rgb(213,129,110); }
H1.HeaderClassName
{
color: #D5816E;
}
.AnyTagClassName
{
color: #D5816E;
}
</style>
background-color css
<style>
a { background-color: #D5816E; }
a { background-color: rgb(213,129,110); }
div.DivClassName
{
background-color: #D5816E;
}
.BgClassName
{
background-color: #D5816E;
}
</style>
border-color css
<style>
span { border-color: #D5816E; }
span { border-color: rgb(213,129,110); }
td.TdClassName
{
border-color: #D5816E;
}
.TagClassName
{
border-color: #D5816E;
}
</style>