Html Css Color HEX #D78071 New York Pink

📋 copy color: '#D78071'

red 215 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #D78071

Tints of New York Pink #D78071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 47.15%
G = 28.07%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78071 (or 0xD78071) is known color: New York Pink. HEX triplet: D7, 80 and 71. RGB value is (215,128,113). Sum of RGB (Red+Green+Blue) = 215+128+113=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D78071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78071 is #287F8E. Grayscale: #989898. Windows color (decimal): -2654095 or 7438551. OLE color: 7438551.

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

Color convert

RGB 215 128 113 -
CMYK 0 0.40 0.47 0.16
HSL 8.82º 0.56% 0.64% -
HSV(B) 8.82º 0.47% 0.84% -
XYZ 38.72 31.08 19.58 -
YUV 152.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 215 128 113 0 0.40 0.47 0.16 8.82 0.56 0.64
Hex D7 80 71 0 28 2F 10 9 38 40
Octal 327 200 161 0 50 57 20 11 70 100
Binary 11010111 10000000 1110001 0 101000 101111 10000 1001 111000 1000000

Color Harmonies of #D78071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78071

Black with #D78071

Text Example


Text Example

White with #D78071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78071; }

 p { color: rgb(215,128,113); }

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

background-color css

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

 a { background-color: rgb(215,128,113); }

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

border-color css

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

 span { border-color: rgb(215,128,113); }

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