Shades of New York Pink #D27D6D
Tints of New York Pink #D27D6D
RGB
CMYK
RGB Variations
Color information
#D27D6D (or 0xD27D6D) is known color: New York Pink. HEX triplet: D2, 7D and 6D. RGB value is (210,125,109). Sum of RGB (Red+Green+Blue) = 210+125+109=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D6D is #2D8292. Grayscale: #949494. Windows color (decimal): -2982547 or 7175634. OLE color: 7175634.
HSL color Cylindrical-coordinate representation of color #D27D6D: hue angle of 9.5º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27D6D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 109 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.18 |
| HSL | 9.5º | 0.53% | 0.63% | - |
| HSV(B) | 9.5º | 0.48% | 0.82% | - |
| XYZ | 36.67 | 29.47 | 18.22 | - |
| YUV | 148.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 109 | 0 | 0.40 | 0.48 | 0.18 | 9.5 | 0.53 | 0.63 |
| Hex | D2 | 7D | 6D | 0 | 28 | 30 | 12 | A | 35 | 3F |
| Octal | 322 | 175 | 155 | 0 | 50 | 60 | 22 | 12 | 65 | 77 |
| Binary | 11010010 | 1111101 | 1101101 | 0 | 101000 | 110000 | 10010 | 1010 | 110101 | 111111 |
Color Harmonies of #D27D6D
Complementary color
Monochromatic Colors of #D27D6D
Black with #D27D6D
Text Example
Text Example
White with #D27D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D6D; }
p { color: rgb(210,125,109); }
H1.HeaderClassName
{
color: #D27D6D;
}
.AnyTagClassName
{
color: #D27D6D;
}
</style>
background-color css
<style>
a { background-color: #D27D6D; }
a { background-color: rgb(210,125,109); }
div.DivClassName
{
background-color: #D27D6D;
}
.BgClassName
{
background-color: #D27D6D;
}
</style>
border-color css
<style>
span { border-color: #D27D6D; }
span { border-color: rgb(210,125,109); }
td.TdClassName
{
border-color: #D27D6D;
}
.TagClassName
{
border-color: #D27D6D;
}
</style>