Html Css Color HEX #DB8178 New York Pink

📋 copy color: '#DB8178'

red 219 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #DB8178

Tints of New York Pink #DB8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 46.79%
G = 27.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8178 (or 0xDB8178) is known color: New York Pink. HEX triplet: DB, 81 and 78. RGB value is (219,129,120). Sum of RGB (Red+Green+Blue) = 219+129+120=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8178 is #247E87. Grayscale: #9B9B9B. Windows color (decimal): -2391688 or 7897563. OLE color: 7897563.

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

Color convert

RGB 219 129 120 -
CMYK 0 0.41 0.45 0.14
HSL 5.45º 0.58% 0.66% -
HSV(B) 5.45º 0.45% 0.86% -
XYZ 40.45 32.12 21.84 -
YUV 154.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 219 129 120 0 0.41 0.45 0.14 5.45 0.58 0.66
Hex DB 81 78 0 29 2D E 5 3A 42
Octal 333 201 170 0 51 55 16 5 72 102
Binary 11011011 10000001 1111000 0 101001 101101 1110 101 111010 1000010

Color Harmonies of #DB8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8178

Black with #DB8178

Text Example


Text Example

White with #DB8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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