Shades of New York Pink #DA826D
Tints of New York Pink #DA826D
RGB
CMYK
RGB Variations
Color information
#DA826D (or 0xDA826D) is known color: New York Pink. HEX triplet: DA, 82 and 6D. RGB value is (218,130,109). Sum of RGB (Red+Green+Blue) = 218+130+109=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826D is #257D92. Grayscale: #9A9A9A. Windows color (decimal): -2456979 or 7176922. OLE color: 7176922.
HSL color Cylindrical-coordinate representation of color #DA826D: hue angle of 11.56º 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 #DA826D is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 109 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.15 |
| HSL | 11.56º | 0.6% | 0.64% | - |
| HSV(B) | 11.56º | 0.5% | 0.85% | - |
| XYZ | 39.66 | 31.97 | 18.55 | - |
| YUV | 153.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 109 | 0 | 0.40 | 0.5 | 0.15 | 11.56 | 0.6 | 0.64 |
| Hex | DA | 82 | 6D | 0 | 28 | 32 | F | C | 3C | 40 |
| Octal | 332 | 202 | 155 | 0 | 50 | 62 | 17 | 14 | 74 | 100 |
| Binary | 11011010 | 10000010 | 1101101 | 0 | 101000 | 110010 | 1111 | 1100 | 111100 | 1000000 |
Color Harmonies of #DA826D
Complementary color
Monochromatic Colors of #DA826D
Black with #DA826D
Text Example
Text Example
White with #DA826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA826D; }
p { color: rgb(218,130,109); }
H1.HeaderClassName
{
color: #DA826D;
}
.AnyTagClassName
{
color: #DA826D;
}
</style>
background-color css
<style>
a { background-color: #DA826D; }
a { background-color: rgb(218,130,109); }
div.DivClassName
{
background-color: #DA826D;
}
.BgClassName
{
background-color: #DA826D;
}
</style>
border-color css
<style>
span { border-color: #DA826D; }
span { border-color: rgb(218,130,109); }
td.TdClassName
{
border-color: #DA826D;
}
.TagClassName
{
border-color: #DA826D;
}
</style>