Html Css Color HEX #DB7E74 New York Pink

📋 copy color: '#DB7E74'

red 219 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #DB7E74

Tints of New York Pink #DB7E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 47.51%
G = 27.33%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7E74 (or 0xDB7E74) is known color: New York Pink. HEX triplet: DB, 7E and 74. RGB value is (219,126,116). Sum of RGB (Red+Green+Blue) = 219+126+116=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E74 is #24818B. Grayscale: #989898. Windows color (decimal): -2392460 or 7634651. OLE color: 7634651.

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

Color convert

RGB 219 126 116 -
CMYK 0 0.42 0.47 0.14
HSL 5.83º 0.59% 0.66% -
HSV(B) 5.83º 0.47% 0.86% -
XYZ 39.83 31.24 20.45 -
YUV 152.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 219 126 116 0 0.42 0.47 0.14 5.83 0.59 0.66
Hex DB 7E 74 0 2A 2F E 6 3B 42
Octal 333 176 164 0 52 57 16 6 73 102
Binary 11011011 1111110 1110100 0 101010 101111 1110 110 111011 1000010

Color Harmonies of #DB7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E74

Black with #DB7E74

Text Example


Text Example

White with #DB7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E74; }

 p { color: rgb(219,126,116); }

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

background-color css

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

 a { background-color: rgb(219,126,116); }

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

border-color css

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

 span { border-color: rgb(219,126,116); }

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