Html Css Color HEX #D78379 New York Pink

📋 copy color: '#D78379'

red 215 ◦ green 131 ◦ blue 121

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

Shades of New York Pink #D78379

Tints of New York Pink #D78379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 46.04%
G = 28.05%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D78379 (or 0xD78379) is known color: New York Pink. HEX triplet: D7, 83 and 79. RGB value is (215,131,121). Sum of RGB (Red+Green+Blue) = 215+131+121=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D78379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78379 is #287C86. Grayscale: #9B9B9B. Windows color (decimal): -2653319 or 7963607. OLE color: 7963607.

HSL color Cylindrical-coordinate representation of color #D78379: hue angle of 6.38º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78379 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 121 -
CMYK 0 0.39 0.44 0.16
HSL 6.38º 0.54% 0.66% -
HSV(B) 6.38º 0.44% 0.84% -
XYZ 39.59 32.06 22.19 -
YUV 154.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 215 131 121 0 0.39 0.44 0.16 6.38 0.54 0.66
Hex D7 83 79 0 27 2C 10 6 36 42
Octal 327 203 171 0 47 54 20 6 66 102
Binary 11010111 10000011 1111001 0 100111 101100 10000 110 110110 1000010

Color Harmonies of #D78379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78379

Black with #D78379

Text Example


Text Example

White with #D78379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78379; }

 p { color: rgb(215,131,121); }

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

background-color css

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

 a { background-color: rgb(215,131,121); }

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

border-color css

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

 span { border-color: rgb(215,131,121); }

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