Html Css Color HEX #D78275 New York Pink

📋 copy color: '#D78275'

red 215 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #D78275

Tints of New York Pink #D78275

RGB

 RED value IS 215 (84.38% from 255) = 46.54%

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

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

R = 46.54%
G = 28.14%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78275 (or 0xD78275) is known color: New York Pink. HEX triplet: D7, 82 and 75. RGB value is (215,130,117). Sum of RGB (Red+Green+Blue) = 215+130+117=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D78275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78275 is #287D8A. Grayscale: #9A9A9A. Windows color (decimal): -2653579 or 7701207. OLE color: 7701207.

HSL color Cylindrical-coordinate representation of color #D78275: hue angle of 7.96º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D78275 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 117 -
CMYK 0 0.40 0.46 0.16
HSL 7.96º 0.55% 0.65% -
HSV(B) 7.96º 0.46% 0.84% -
XYZ 39.22 31.7 20.88 -
YUV 153.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 215 130 117 0 0.40 0.46 0.16 7.96 0.55 0.65
Hex D7 82 75 0 28 2E 10 8 37 41
Octal 327 202 165 0 50 56 20 10 67 101
Binary 11010111 10000010 1110101 0 101000 101110 10000 1000 110111 1000001

Color Harmonies of #D78275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78275

Black with #D78275

Text Example


Text Example

White with #D78275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78275; }

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

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

background-color css

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

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

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

border-color css

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

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

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