Html Css Color HEX #D78571 New York Pink

📋 copy color: '#D78571'

red 215 ◦ green 133 ◦ blue 113

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

Shades of New York Pink #D78571

Tints of New York Pink #D78571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 46.64%
G = 28.85%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78571 (or 0xD78571) is known color: New York Pink. HEX triplet: D7, 85 and 71. RGB value is (215,133,113). Sum of RGB (Red+Green+Blue) = 215+133+113=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D78571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78571 is #287A8E. Grayscale: #9B9B9B. Windows color (decimal): -2652815 or 7439831. OLE color: 7439831.

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

Color convert

RGB 215 133 113 -
CMYK 0 0.38 0.47 0.16
HSL 11.76º 0.56% 0.64% -
HSV(B) 11.76º 0.47% 0.84% -
XYZ 39.39 32.41 19.8 -
YUV 155.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 215 133 113 0 0.38 0.47 0.16 11.76 0.56 0.64
Hex D7 85 71 0 26 2F 10 C 38 40
Octal 327 205 161 0 46 57 20 14 70 100
Binary 11010111 10000101 1110001 0 100110 101111 10000 1100 111000 1000000

Color Harmonies of #D78571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78571

Black with #D78571

Text Example


Text Example

White with #D78571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78571; }

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

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

background-color css

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

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

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

border-color css

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

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

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