Html Css Color HEX #D78474 New York Pink

📋 copy color: '#D78474'

red 215 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #D78474

Tints of New York Pink #D78474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 46.44%
G = 28.51%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78474 (or 0xD78474) is known color: New York Pink. HEX triplet: D7, 84 and 74. RGB value is (215,132,116). Sum of RGB (Red+Green+Blue) = 215+132+116=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78474 is #287B8B. Grayscale: #9B9B9B. Windows color (decimal): -2653068 or 7636183. OLE color: 7636183.

HSL color Cylindrical-coordinate representation of color #D78474: hue angle of 9.7º 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 #D78474 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 116 -
CMYK 0 0.39 0.46 0.16
HSL 9.7º 0.55% 0.65% -
HSV(B) 9.7º 0.46% 0.84% -
XYZ 39.43 32.21 20.66 -
YUV 154.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 215 132 116 0 0.39 0.46 0.16 9.7 0.55 0.65
Hex D7 84 74 0 27 2E 10 A 37 41
Octal 327 204 164 0 47 56 20 12 67 101
Binary 11010111 10000100 1110100 0 100111 101110 10000 1010 110111 1000001

Color Harmonies of #D78474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78474

Black with #D78474

Text Example


Text Example

White with #D78474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78474; }

 p { color: rgb(215,132,116); }

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

background-color css

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

 a { background-color: rgb(215,132,116); }

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

border-color css

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

 span { border-color: rgb(215,132,116); }

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