Html Css Color HEX #DB8171 New York Pink

📋 copy color: '#DB8171'

red 219 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #DB8171

Tints of New York Pink #DB8171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 47.51%
G = 27.98%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8171 (or 0xDB8171) is known color: New York Pink. HEX triplet: DB, 81 and 71. RGB value is (219,129,113). Sum of RGB (Red+Green+Blue) = 219+129+113=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8171 is #247E8E. Grayscale: #9A9A9A. Windows color (decimal): -2391695 or 7438811. OLE color: 7438811.

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

Color convert

RGB 219 129 113 -
CMYK 0 0.41 0.48 0.14
HSL 9.06º 0.6% 0.65% -
HSV(B) 9.06º 0.48% 0.86% -
XYZ 40.04 31.95 19.68 -
YUV 154.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 219 129 113 0 0.41 0.48 0.14 9.06 0.6 0.65
Hex DB 81 71 0 29 30 E 9 3C 41
Octal 333 201 161 0 51 60 16 11 74 101
Binary 11011011 10000001 1110001 0 101001 110000 1110 1001 111100 1000001

Color Harmonies of #DB8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8171

Black with #DB8171

Text Example


Text Example

White with #DB8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8171; }

 p { color: rgb(219,129,113); }

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

background-color css

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

 a { background-color: rgb(219,129,113); }

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

border-color css

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

 span { border-color: rgb(219,129,113); }

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