Html Css Color HEX #D78171 New York Pink

📋 copy color: '#D78171'

red 215 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #D78171

Tints of New York Pink #D78171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

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

R = 47.05%
G = 28.23%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78171 (or 0xD78171) is known color: New York Pink. HEX triplet: D7, 81 and 71. RGB value is (215,129,113). Sum of RGB (Red+Green+Blue) = 215+129+113=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D78171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78171 is #287E8E. Grayscale: #999999. Windows color (decimal): -2653839 or 7438807. OLE color: 7438807.

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

Color convert

RGB 215 129 113 -
CMYK 0 0.4 0.47 0.16
HSL 9.41º 0.56% 0.64% -
HSV(B) 9.41º 0.47% 0.84% -
XYZ 38.86 31.34 19.62 -
YUV 152.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 215 129 113 0 0.4 0.47 0.16 9.41 0.56 0.64
Hex D7 81 71 0 28 2F 10 9 38 40
Octal 327 201 161 0 50 57 20 11 70 100
Binary 11010111 10000001 1110001 0 101000 101111 10000 1001 111000 1000000

Color Harmonies of #D78171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78171

Black with #D78171

Text Example


Text Example

White with #D78171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78171; }

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

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

background-color css

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

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

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

border-color css

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

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

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