Shades of New York Pink #DA826B
Tints of New York Pink #DA826B
RGB
CMYK
RGB Variations
Color information
#DA826B (or 0xDA826B) is known color: New York Pink. HEX triplet: DA, 82 and 6B. RGB value is (218,130,107). Sum of RGB (Red+Green+Blue) = 218+130+107=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826B is #257D94. Grayscale: #999999. Windows color (decimal): -2456981 or 7045850. OLE color: 7045850.
HSL color Cylindrical-coordinate representation of color #DA826B: hue angle of 12.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA826B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 107 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.15 |
| HSL | 12.43º | 0.6% | 0.64% | - |
| HSV(B) | 12.43º | 0.51% | 0.85% | - |
| XYZ | 39.55 | 31.93 | 17.99 | - |
| YUV | 153.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 107 | 0 | 0.40 | 0.51 | 0.15 | 12.43 | 0.6 | 0.64 |
| Hex | DA | 82 | 6B | 0 | 28 | 33 | F | C | 3C | 40 |
| Octal | 332 | 202 | 153 | 0 | 50 | 63 | 17 | 14 | 74 | 100 |
| Binary | 11011010 | 10000010 | 1101011 | 0 | 101000 | 110011 | 1111 | 1100 | 111100 | 1000000 |
Color Harmonies of #DA826B
Complementary color
Monochromatic Colors of #DA826B
Black with #DA826B
Text Example
Text Example
White with #DA826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA826B; }
p { color: rgb(218,130,107); }
H1.HeaderClassName
{
color: #DA826B;
}
.AnyTagClassName
{
color: #DA826B;
}
</style>
background-color css
<style>
a { background-color: #DA826B; }
a { background-color: rgb(218,130,107); }
div.DivClassName
{
background-color: #DA826B;
}
.BgClassName
{
background-color: #DA826B;
}
</style>
border-color css
<style>
span { border-color: #DA826B; }
span { border-color: rgb(218,130,107); }
td.TdClassName
{
border-color: #DA826B;
}
.TagClassName
{
border-color: #DA826B;
}
</style>