#DB7F6C

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

Shades of New York Pink #DB7F6C

Tints of New York Pink #DB7F6C

Color information

#DB7F6C (or 0xDB7F6C) is unknown color: approx New York Pink. HEX triplet: DB, 7F and 6C. RGB value is (219,127,108). Sum of RGB (Red+Green+Blue) = 219+127+108=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F6C is #248093. Grayscale: #989898. Windows color (decimal): -2392212 or 7110619. OLE color: 7110619.

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

Color convert

RGB219127108-
CMYK00.420.510.14
HSL10.27º60.66%64.12%-
HSV(B)10.27º50.68%85.88%-
XYZ39.5131.3218.15-
YUV152.34102.98175.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=48.24%
G=27.97%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912710800.420.510.1410.2760.6664.12
HexDB7F6C02A33Ea3d40
Octal33317715405263161275100
Binary11011011111111111011000101010110011111010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F6C; }

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

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

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

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

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

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

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

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