Shades of New York Pink #D27E6F
Tints of New York Pink #D27E6F
RGB
CMYK
RGB Variations
Color information
#D27E6F (or 0xD27E6F) is known color: New York Pink. HEX triplet: D2, 7E and 6F. RGB value is (210,126,111). Sum of RGB (Red+Green+Blue) = 210+126+111=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E6F is #2D8190. Grayscale: #959595. Windows color (decimal): -2982289 or 7306962. OLE color: 7306962.
HSL color Cylindrical-coordinate representation of color #D27E6F: hue angle of 9.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27E6F is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 111 | - |
| CMYK | 0 | 0.4 | 0.47 | 0.18 |
| HSL | 9.09º | 0.52% | 0.63% | - |
| HSV(B) | 9.09º | 0.47% | 0.82% | - |
| XYZ | 36.91 | 29.77 | 18.84 | - |
| YUV | 149.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 111 | 0 | 0.4 | 0.47 | 0.18 | 9.09 | 0.52 | 0.63 |
| Hex | D2 | 7E | 6F | 0 | 28 | 2F | 12 | 9 | 34 | 3F |
| Octal | 322 | 176 | 157 | 0 | 50 | 57 | 22 | 11 | 64 | 77 |
| Binary | 11010010 | 1111110 | 1101111 | 0 | 101000 | 101111 | 10010 | 1001 | 110100 | 111111 |
Color Harmonies of #D27E6F
Complementary color
Monochromatic Colors of #D27E6F
Black with #D27E6F
Text Example
Text Example
White with #D27E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E6F; }
p { color: rgb(210,126,111); }
H1.HeaderClassName
{
color: #D27E6F;
}
.AnyTagClassName
{
color: #D27E6F;
}
</style>
background-color css
<style>
a { background-color: #D27E6F; }
a { background-color: rgb(210,126,111); }
div.DivClassName
{
background-color: #D27E6F;
}
.BgClassName
{
background-color: #D27E6F;
}
</style>
border-color css
<style>
span { border-color: #D27E6F; }
span { border-color: rgb(210,126,111); }
td.TdClassName
{
border-color: #D27E6F;
}
.TagClassName
{
border-color: #D27E6F;
}
</style>