#DB7A6F

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

Shades of New York Pink #DB7A6F

Tints of New York Pink #DB7A6F

Color information

#DB7A6F (or 0xDB7A6F) is unknown color: approx New York Pink. HEX triplet: DB, 7A and 6F. RGB value is (219,122,111). Sum of RGB (Red+Green+Blue) = 219+122+111=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A6F is #248590. Grayscale: #959595. Windows color (decimal): -2393489 or 7305947. OLE color: 7305947.

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

Color convert

RGB219122111-
CMYK00.440.490.14
HSL6.11º60%64.71%-
HSV(B)6.11º49.32%85.88%-
XYZ39.0430.1318.8-
YUV149.75106.14177.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.45%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=48.45%
G=26.99%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912211100.440.490.146.116064.71
HexDB7A6F02C31E63c41
Octal3331721570546116674101
Binary1101101111110101101111010110011000111101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7A6F; }

 p { color: rgb(219,122,111); }

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

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

 a { background-color: rgb(219,122,111); }

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

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

 span { border-color: rgb(219,122,111); }

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