#DB7F6D

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

Shades of New York Pink #DB7F6D

Tints of New York Pink #DB7F6D

Color information

#DB7F6D (or 0xDB7F6D) is unknown color: approx 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

RGB219127109-
CMYK00.420.500.14
HSL9.82º60.44%64.31%-
HSV(B)9.82º50.23%85.88%-
XYZ39.5631.3418.43-
YUV152.46103.48175.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=48.13%
G=27.91%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912710900.420.500.149.8260.4464.31
HexDB7F6D02A32Ea3c40
Octal33317715505262161274100
Binary11011011111111111011010101010110010111010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>