Shades of New York Pink #DB7F6D
Tints of New York Pink #DB7F6D
RGB
CMYK
RGB Variations
Color information
#DB7F6D (or 0xDB7F6D) is known color: New York Pink. HEX triplet: DB, 7F and 6D. RGB value is (219,127,109). Sum of RGB (Red+Green+Blue) = 219+127+109=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F6D is #248092. Grayscale: #989898. Windows color (decimal): -2392211 or 7176155. OLE color: 7176155.
HSL color Cylindrical-coordinate representation of color #DB7F6D: hue angle of 9.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7F6D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 109 | - |
CMYK | 0 | 0.42 | 0.50 | 0.14 |
HSL | 9.82º | 0.6% | 0.64% | - |
HSV(B) | 9.82º | 0.5% | 0.86% | - |
XYZ | 39.56 | 31.34 | 18.43 | - |
YUV | 152.46 | 103.48 | 175.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 109 | 0 | 0.42 | 0.50 | 0.14 | 9.82 | 0.6 | 0.64 |
Hex | DB | 7F | 6D | 0 | 2A | 32 | E | A | 3C | 40 |
Octal | 333 | 177 | 155 | 0 | 52 | 62 | 16 | 12 | 74 | 100 |
Binary | 11011011 | 1111111 | 1101101 | 0 | 101010 | 110010 | 1110 | 1010 | 111100 | 1000000 |
Color Harmonies of #DB7F6D
Complementary color
Monochromatic Colors of #DB7F6D
Black with #DB7F6D
Text Example
Text Example
White with #DB7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F6D; }
p { color: rgb(219,127,109); }
H1.HeaderClassName
{
color: #DB7F6D;
}
.AnyTagClassName
{
color: #DB7F6D;
}
</style>
background-color css
<style>
a { background-color: #DB7F6D; }
a { background-color: rgb(219,127,109); }
div.DivClassName
{
background-color: #DB7F6D;
}
.BgClassName
{
background-color: #DB7F6D;
}
</style>
border-color css
<style>
span { border-color: #DB7F6D; }
span { border-color: rgb(219,127,109); }
td.TdClassName
{
border-color: #DB7F6D;
}
.TagClassName
{
border-color: #DB7F6D;
}
</style>