Html Css Color HEX #DB8275 New York Pink

📋 copy color: '#DB8275'

red 219 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #DB8275

Tints of New York Pink #DB8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 47%
G = 27.9%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8275 (or 0xDB8275) is known color: New York Pink. HEX triplet: DB, 82 and 75. RGB value is (219,130,117). Sum of RGB (Red+Green+Blue) = 219+130+117=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8275 is #247D8A. Grayscale: #9B9B9B. Windows color (decimal): -2391435 or 7701211. OLE color: 7701211.

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

Color convert

RGB 219 130 117 -
CMYK 0 0.41 0.47 0.14
HSL 7.65º 0.59% 0.66% -
HSV(B) 7.65º 0.47% 0.86% -
XYZ 40.41 32.31 20.94 -
YUV 155.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 219 130 117 0 0.41 0.47 0.14 7.65 0.59 0.66
Hex DB 82 75 0 29 2F E 8 3B 42
Octal 333 202 165 0 51 57 16 10 73 102
Binary 11011011 10000010 1110101 0 101001 101111 1110 1000 111011 1000010

Color Harmonies of #DB8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8275

Black with #DB8275

Text Example


Text Example

White with #DB8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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