Html Css Color HEX #DB7D76 New York Pink

📋 copy color: '#DB7D76'

red 219 ◦ green 125 ◦ blue 118

#DB7D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DB7D76

Tints of New York Pink #DB7D76

RGB

 RED value IS 219 (85.94% from 255) = 47.4%

 GREEN value IS 125 (49.22% from 255) = 27.06%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 47.4%
G = 27.06%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7D76 (or 0xDB7D76) is known color: New York Pink. HEX triplet: DB, 7D and 76. RGB value is (219,125,118). Sum of RGB (Red+Green+Blue) = 219+125+118=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D76 is #248289. Grayscale: #989898. Windows color (decimal): -2392714 or 7765467. OLE color: 7765467.

HSL color Cylindrical-coordinate representation of color #DB7D76: hue angle of 4.16º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7D76 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 118 -
CMYK 0 0.43 0.46 0.14
HSL 4.16º 0.58% 0.66% -
HSV(B) 4.16º 0.46% 0.86% -
XYZ 39.82 31.04 21.03 -
YUV 152.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 219 125 118 0 0.43 0.46 0.14 4.16 0.58 0.66
Hex DB 7D 76 0 2B 2E E 4 3A 42
Octal 333 175 166 0 53 56 16 4 72 102
Binary 11011011 1111101 1110110 0 101011 101110 1110 100 111010 1000010

Color Harmonies of #DB7D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D76

Black with #DB7D76

Text Example


Text Example

White with #DB7D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D76; }

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

 H1.HeaderClassName
 {
   color: #DB7D76;
 }
 .AnyTagClassName
 {
   color: #DB7D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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