Html Css Color HEX #D78272 New York Pink

📋 copy color: '#D78272'

red 215 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #D78272

Tints of New York Pink #D78272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 46.84%
G = 28.32%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78272 (or 0xD78272) is known color: New York Pink. HEX triplet: D7, 82 and 72. RGB value is (215,130,114). Sum of RGB (Red+Green+Blue) = 215+130+114=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D78272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78272 is #287D8D. Grayscale: #999999. Windows color (decimal): -2653582 or 7504599. OLE color: 7504599.

HSL color Cylindrical-coordinate representation of color #D78272: hue angle of 9.5º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D78272 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 114 -
CMYK 0 0.40 0.47 0.16
HSL 9.5º 0.56% 0.65% -
HSV(B) 9.5º 0.47% 0.84% -
XYZ 39.04 31.63 19.97 -
YUV 153.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 215 130 114 0 0.40 0.47 0.16 9.5 0.56 0.65
Hex D7 82 72 0 28 2F 10 A 38 41
Octal 327 202 162 0 50 57 20 12 70 101
Binary 11010111 10000010 1110010 0 101000 101111 10000 1010 111000 1000001

Color Harmonies of #D78272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78272

Black with #D78272

Text Example


Text Example

White with #D78272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78272; }

 p { color: rgb(215,130,114); }

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

background-color css

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

 a { background-color: rgb(215,130,114); }

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

border-color css

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

 span { border-color: rgb(215,130,114); }

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