Shades of New York Pink #DA816D
Tints of New York Pink #DA816D
RGB
CMYK
RGB Variations
Color information
#DA816D (or 0xDA816D) is known color: New York Pink. HEX triplet: DA, 81 and 6D. RGB value is (218,129,109). Sum of RGB (Red+Green+Blue) = 218+129+109=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816D is #257E92. Grayscale: #999999. Windows color (decimal): -2457235 or 7176666. OLE color: 7176666.
HSL color Cylindrical-coordinate representation of color #DA816D: hue angle of 11.01º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA816D is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 109 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.15 |
| HSL | 11.01º | 0.6% | 0.64% | - |
| HSV(B) | 11.01º | 0.5% | 0.85% | - |
| XYZ | 39.52 | 31.71 | 18.51 | - |
| YUV | 153.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 109 | 0 | 0.41 | 0.5 | 0.15 | 11.01 | 0.6 | 0.64 |
| Hex | DA | 81 | 6D | 0 | 29 | 32 | F | B | 3C | 40 |
| Octal | 332 | 201 | 155 | 0 | 51 | 62 | 17 | 13 | 74 | 100 |
| Binary | 11011010 | 10000001 | 1101101 | 0 | 101001 | 110010 | 1111 | 1011 | 111100 | 1000000 |
Color Harmonies of #DA816D
Complementary color
Monochromatic Colors of #DA816D
Black with #DA816D
Text Example
Text Example
White with #DA816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA816D; }
p { color: rgb(218,129,109); }
H1.HeaderClassName
{
color: #DA816D;
}
.AnyTagClassName
{
color: #DA816D;
}
</style>
background-color css
<style>
a { background-color: #DA816D; }
a { background-color: rgb(218,129,109); }
div.DivClassName
{
background-color: #DA816D;
}
.BgClassName
{
background-color: #DA816D;
}
</style>
border-color css
<style>
span { border-color: #DA816D; }
span { border-color: rgb(218,129,109); }
td.TdClassName
{
border-color: #DA816D;
}
.TagClassName
{
border-color: #DA816D;
}
</style>