Html Css Color HEX #D78575 New York Pink

📋 copy color: '#D78575'

red 215 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #D78575

Tints of New York Pink #D78575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 46.24%
G = 28.6%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78575 (or 0xD78575) is known color: New York Pink. HEX triplet: D7, 85 and 75. RGB value is (215,133,117). Sum of RGB (Red+Green+Blue) = 215+133+117=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78575 is #287A8A. Grayscale: #9B9B9B. Windows color (decimal): -2652811 or 7701975. OLE color: 7701975.

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

Color convert

RGB 215 133 117 -
CMYK 0 0.38 0.46 0.16
HSL 9.8º 0.55% 0.65% -
HSV(B) 9.8º 0.46% 0.84% -
XYZ 39.62 32.51 21.02 -
YUV 155.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 215 133 117 0 0.38 0.46 0.16 9.8 0.55 0.65
Hex D7 85 75 0 26 2E 10 A 37 41
Octal 327 205 165 0 46 56 20 12 67 101
Binary 11010111 10000101 1110101 0 100110 101110 10000 1010 110111 1000001

Color Harmonies of #D78575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78575

Black with #D78575

Text Example


Text Example

White with #D78575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78575; }

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

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

background-color css

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

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

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

border-color css

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

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

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