Shades of New York Pink #D67A6D
Tints of New York Pink #D67A6D
RGB
CMYK
RGB Variations
Color information
#D67A6D (or 0xD67A6D) is known color: New York Pink. HEX triplet: D6, 7A and 6D. RGB value is (214,122,109). Sum of RGB (Red+Green+Blue) = 214+122+109=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A6D is #298592. Grayscale: #949494. Windows color (decimal): -2721171 or 7174870. OLE color: 7174870.
HSL color Cylindrical-coordinate representation of color #D67A6D: hue angle of 7.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D67A6D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 109 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.16 |
| HSL | 7.43º | 0.56% | 0.63% | - |
| HSV(B) | 7.43º | 0.49% | 0.84% | - |
| XYZ | 37.45 | 29.32 | 18.15 | - |
| YUV | 148.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 109 | 0 | 0.43 | 0.49 | 0.16 | 7.43 | 0.56 | 0.63 |
| Hex | D6 | 7A | 6D | 0 | 2B | 31 | 10 | 7 | 38 | 3F |
| Octal | 326 | 172 | 155 | 0 | 53 | 61 | 20 | 7 | 70 | 77 |
| Binary | 11010110 | 1111010 | 1101101 | 0 | 101011 | 110001 | 10000 | 111 | 111000 | 111111 |
Color Harmonies of #D67A6D
Complementary color
Monochromatic Colors of #D67A6D
Black with #D67A6D
Text Example
Text Example
White with #D67A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A6D; }
p { color: rgb(214,122,109); }
H1.HeaderClassName
{
color: #D67A6D;
}
.AnyTagClassName
{
color: #D67A6D;
}
</style>
background-color css
<style>
a { background-color: #D67A6D; }
a { background-color: rgb(214,122,109); }
div.DivClassName
{
background-color: #D67A6D;
}
.BgClassName
{
background-color: #D67A6D;
}
</style>
border-color css
<style>
span { border-color: #D67A6D; }
span { border-color: rgb(214,122,109); }
td.TdClassName
{
border-color: #D67A6D;
}
.TagClassName
{
border-color: #D67A6D;
}
</style>