Shades of New York Pink #DA8375
Tints of New York Pink #DA8375
RGB
CMYK
RGB Variations
Color information
#DA8375 (or 0xDA8375) is known color: New York Pink. HEX triplet: DA, 83 and 75. RGB value is (218,131,117). Sum of RGB (Red+Green+Blue) = 218+131+117=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8375 is #257C8A. Grayscale: #9B9B9B. Windows color (decimal): -2456715 or 7701466. OLE color: 7701466.
HSL color Cylindrical-coordinate representation of color #DA8375: hue angle of 8.32º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8375 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 117 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.15 |
| HSL | 8.32º | 0.58% | 0.66% | - |
| HSV(B) | 8.32º | 0.46% | 0.85% | - |
| XYZ | 40.24 | 32.42 | 20.97 | - |
| YUV | 155.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 117 | 0 | 0.40 | 0.46 | 0.15 | 8.32 | 0.58 | 0.66 |
| Hex | DA | 83 | 75 | 0 | 28 | 2E | F | 8 | 3A | 42 |
| Octal | 332 | 203 | 165 | 0 | 50 | 56 | 17 | 10 | 72 | 102 |
| Binary | 11011010 | 10000011 | 1110101 | 0 | 101000 | 101110 | 1111 | 1000 | 111010 | 1000010 |
Color Harmonies of #DA8375
Complementary color
Monochromatic Colors of #DA8375
Black with #DA8375
Text Example
Text Example
White with #DA8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8375; }
p { color: rgb(218,131,117); }
H1.HeaderClassName
{
color: #DA8375;
}
.AnyTagClassName
{
color: #DA8375;
}
</style>
background-color css
<style>
a { background-color: #DA8375; }
a { background-color: rgb(218,131,117); }
div.DivClassName
{
background-color: #DA8375;
}
.BgClassName
{
background-color: #DA8375;
}
</style>
border-color css
<style>
span { border-color: #DA8375; }
span { border-color: rgb(218,131,117); }
td.TdClassName
{
border-color: #DA8375;
}
.TagClassName
{
border-color: #DA8375;
}
</style>