#db7d6c

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

Shades of New York Pink #DB7D6C

Tints of New York Pink #DB7D6C

Color information

#DB7D6C (or 0xDB7D6C) is unknown color: approx New York Pink. HEX triplet: DB, 7D and 6C. RGB value is (219,125,108). Sum of RGB (Red+Green+Blue) = 219+125+108=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D6C is #248293. Grayscale: #979797. Windows color (decimal): -2392724 or 7110107. OLE color: 7110107.

HSL color Cylindrical-coordinate representation of color #DB7D6C: hue angle of 9.19º 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 #DB7D6C is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB219125108-
CMYK00.430.510.14
HSL9.19º60.66%64.12%-
HSV(B)9.19º50.68%85.88%-
XYZ39.2530.8118.07-
YUV151.17103.64176.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.45%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=48.45%
G=27.65%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912510800.430.510.149.1960.6664.12
HexDB7D6C02B33E93d40
Octal33317515405363161175100
Binary11011011111110111011000101011110011111010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7d6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7d6c; }

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

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

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

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

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

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

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

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