#DB7F68

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

Shades of New York Pink #DB7F68

Tints of New York Pink #DB7F68

Color information

#DB7F68 (or 0xDB7F68) is unknown color: approx New York Pink. HEX triplet: DB, 7F and 68. RGB value is (219,127,104). Sum of RGB (Red+Green+Blue) = 219+127+104=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F68 is #248097. Grayscale: #989898. Windows color (decimal): -2392216 or 6848475. OLE color: 6848475.

HSL color Cylindrical-coordinate representation of color #DB7F68: hue angle of 12º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7F68 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219127104-
CMYK00.420.530.14
HSL12º61.5%63.33%-
HSV(B)12º52.51%85.88%-
XYZ39.331.2417.05-
YUV151.89100.98175.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.67%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=48.67%
G=28.22%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912710400.420.530.141261.563.33
HexDB7F6802A35Ec3d3f
Octal3331771500526516147577
Binary1101101111111111101000010101011010111101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F68; }

 p { color: rgb(219,127,104); }

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

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

 a { background-color: rgb(219,127,104); }

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

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

 span { border-color: rgb(219,127,104); }

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