Html Css Color HEX #DB8278 New York Pink

📋 copy color: '#DB8278'

red 219 ◦ green 130 ◦ blue 120

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

Shades of New York Pink #DB8278

Tints of New York Pink #DB8278

RGB

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

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

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

R = 46.7%
G = 27.72%
B = 25.59%

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

#DB8278 (or 0xDB8278) is known color: New York Pink. HEX triplet: DB, 82 and 78. RGB value is (219,130,120). Sum of RGB (Red+Green+Blue) = 219+130+120=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8278 is #247D87. Grayscale: #9B9B9B. Windows color (decimal): -2391432 or 7897819. OLE color: 7897819.

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

Color convert

RGB 219 130 120 -
CMYK 0 0.41 0.45 0.14
HSL 6.06º 0.58% 0.66% -
HSV(B) 6.06º 0.45% 0.86% -
XYZ 40.59 32.38 21.88 -
YUV 155.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 219 130 120 0 0.41 0.45 0.14 6.06 0.58 0.66
Hex DB 82 78 0 29 2D E 6 3A 42
Octal 333 202 170 0 51 55 16 6 72 102
Binary 11011011 10000010 1111000 0 101001 101101 1110 110 111010 1000010

Color Harmonies of #DB8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8278

Black with #DB8278

Text Example


Text Example

White with #DB8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8278; }

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

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

background-color css

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

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

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

border-color css

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

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

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