#DB867B

Color #DB867B New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DB867B

Tints of New York Pink #DB867B

Color information

#DB867B (or 0xDB867B) is unknown color: approx New York Pink. HEX triplet: DB, 86 and 7B. RGB value is (219,134,123). Sum of RGB (Red+Green+Blue) = 219+134+123=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB867B is #247984. Grayscale: #9E9E9E. Windows color (decimal): -2390405 or 8095451. OLE color: 8095451.

HSL color Cylindrical-coordinate representation of color #DB867B: hue angle of 6.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB867B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219134123-
CMYK00.390.440.14
HSL6.88º57.14%67.06%-
HSV(B)6.88º43.84%85.88%-
XYZ41.3133.5423.04-
YUV158.16108.16171.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=46.01%
G=28.15%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913412300.390.440.146.8857.1467.06
HexDB867B0272CE73943
Octal3332061730475416771103
Binary11011011100001101111011010011110110011101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB867B; }

 p { color: rgb(219,134,123); }

 H1.HeaderClassName
 {
   color: #DB867B;
 }
 .AnyTagClassName
 {
   color: #DB867B;
 }
</style>
background-color css

<style>
 a { background-color: #DB867B; }

 a { background-color: rgb(219,134,123); }

 div.DivClassName
 {
   background-color: #DB867B;
 }
 .BgClassName
 {
   background-color: #DB867B;
 }
</style>
border-color css

<style>
 span { border-color: #DB867B; }

 span { border-color: rgb(219,134,123); }

 td.TdClassName
 {
   border-color: #DB867B;
 }
 .TagClassName
 {
   border-color: #DB867B;
 }
</style>