Html Css Color HEX #DB8072 New York Pink

📋 copy color: '#DB8072'

red 219 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #DB8072

Tints of New York Pink #DB8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 47.51%
G = 27.77%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8072 (or 0xDB8072) is known color: New York Pink. HEX triplet: DB, 80 and 72. RGB value is (219,128,114). Sum of RGB (Red+Green+Blue) = 219+128+114=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8072 is #247F8D. Grayscale: #999999. Windows color (decimal): -2391950 or 7504091. OLE color: 7504091.

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

Color convert

RGB 219 128 114 -
CMYK 0 0.42 0.48 0.14
HSL 0.59% 0.65% -
HSV(B) 0.48% 0.86% -
XYZ 39.97 31.71 19.93 -
YUV 153.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 219 128 114 0 0.42 0.48 0.14 8 0.59 0.65
Hex DB 80 72 0 2A 30 E 8 3B 41
Octal 333 200 162 0 52 60 16 10 73 101
Binary 11011011 10000000 1110010 0 101010 110000 1110 1000 111011 1000001

Color Harmonies of #DB8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8072

Black with #DB8072

Text Example


Text Example

White with #DB8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8072; }

 p { color: rgb(219,128,114); }

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

background-color css

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

 a { background-color: rgb(219,128,114); }

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

border-color css

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

 span { border-color: rgb(219,128,114); }

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