Html Css Color HEX #DB7E73 New York Pink

📋 copy color: '#DB7E73'

red 219 ◦ green 126 ◦ blue 115

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

Shades of New York Pink #DB7E73

Tints of New York Pink #DB7E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25%

R = 47.61%
G = 27.39%
B = 25%

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

#DB7E73 (or 0xDB7E73) is known color: New York Pink. HEX triplet: DB, 7E and 73. RGB value is (219,126,115). Sum of RGB (Red+Green+Blue) = 219+126+115=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E73 is #24818C. Grayscale: #989898. Windows color (decimal): -2392461 or 7569115. OLE color: 7569115.

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

Color convert

RGB 219 126 115 -
CMYK 0 0.42 0.47 0.14
HSL 6.35º 0.59% 0.65% -
HSV(B) 6.35º 0.47% 0.86% -
XYZ 39.77 31.22 20.15 -
YUV 152.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 219 126 115 0 0.42 0.47 0.14 6.35 0.59 0.65
Hex DB 7E 73 0 2A 2F E 6 3B 41
Octal 333 176 163 0 52 57 16 6 73 101
Binary 11011011 1111110 1110011 0 101010 101111 1110 110 111011 1000001

Color Harmonies of #DB7E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E73

Black with #DB7E73

Text Example


Text Example

White with #DB7E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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