Shades of New York Pink #DA826C
Tints of New York Pink #DA826C
RGB
CMYK
RGB Variations
Color information
#DA826C (or 0xDA826C) is known color: New York Pink. HEX triplet: DA, 82 and 6C. RGB value is (218,130,108). Sum of RGB (Red+Green+Blue) = 218+130+108=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826C is #257D93. Grayscale: #999999. Windows color (decimal): -2456980 or 7111386. OLE color: 7111386.
HSL color Cylindrical-coordinate representation of color #DA826C: hue angle of 12º 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 #DA826C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 108 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.15 |
| HSL | 12º | 0.6% | 0.64% | - |
| HSV(B) | 12º | 0.5% | 0.85% | - |
| XYZ | 39.6 | 31.95 | 18.27 | - |
| YUV | 153.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 108 | 0 | 0.40 | 0.50 | 0.15 | 12 | 0.6 | 0.64 |
| Hex | DA | 82 | 6C | 0 | 28 | 32 | F | C | 3C | 40 |
| Octal | 332 | 202 | 154 | 0 | 50 | 62 | 17 | 14 | 74 | 100 |
| Binary | 11011010 | 10000010 | 1101100 | 0 | 101000 | 110010 | 1111 | 1100 | 111100 | 1000000 |
Color Harmonies of #DA826C
Complementary color
Monochromatic Colors of #DA826C
Black with #DA826C
Text Example
Text Example
White with #DA826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA826C; }
p { color: rgb(218,130,108); }
H1.HeaderClassName
{
color: #DA826C;
}
.AnyTagClassName
{
color: #DA826C;
}
</style>
background-color css
<style>
a { background-color: #DA826C; }
a { background-color: rgb(218,130,108); }
div.DivClassName
{
background-color: #DA826C;
}
.BgClassName
{
background-color: #DA826C;
}
</style>
border-color css
<style>
span { border-color: #DA826C; }
span { border-color: rgb(218,130,108); }
td.TdClassName
{
border-color: #DA826C;
}
.TagClassName
{
border-color: #DA826C;
}
</style>