Html Css Color HEX #DB8271 New York Pink

📋 copy color: '#DB8271'

red 219 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #DB8271

Tints of New York Pink #DB8271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

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

R = 47.4%
G = 28.14%
B = 24.46%

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

#DB8271 (or 0xDB8271) is known color: New York Pink. HEX triplet: DB, 82 and 71. RGB value is (219,130,113). Sum of RGB (Red+Green+Blue) = 219+130+113=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8271 is #247D8E. Grayscale: #9A9A9A. Windows color (decimal): -2391439 or 7439067. OLE color: 7439067.

HSL color Cylindrical-coordinate representation of color #DB8271: hue angle of 9.62º 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 #DB8271 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 113 -
CMYK 0 0.41 0.48 0.14
HSL 9.62º 0.6% 0.65% -
HSV(B) 9.62º 0.48% 0.86% -
XYZ 40.18 32.22 19.72 -
YUV 154.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 219 130 113 0 0.41 0.48 0.14 9.62 0.6 0.65
Hex DB 82 71 0 29 30 E A 3C 41
Octal 333 202 161 0 51 60 16 12 74 101
Binary 11011011 10000010 1110001 0 101001 110000 1110 1010 111100 1000001

Color Harmonies of #DB8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8271

Black with #DB8271

Text Example


Text Example

White with #DB8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8271; }

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

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

background-color css

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

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

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

border-color css

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

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

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