Html Css Color HEX #D88271 New York Pink

📋 copy color: '#D88271'

red 216 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #D88271

Tints of New York Pink #D88271

RGB

 RED value IS 216 (84.77% from 255) = 47.06%

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

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

R = 47.06%
G = 28.32%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88271 (or 0xD88271) is known color: New York Pink. HEX triplet: D8, 82 and 71. RGB value is (216,130,113). Sum of RGB (Red+Green+Blue) = 216+130+113=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D88271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88271 is #277D8E. Grayscale: #999999. Windows color (decimal): -2588047 or 7439064. OLE color: 7439064.

HSL color Cylindrical-coordinate representation of color #D88271: hue angle of 9.9º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D88271 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 113 -
CMYK 0 0.40 0.48 0.15
HSL 9.9º 0.57% 0.65% -
HSV(B) 9.9º 0.48% 0.85% -
XYZ 39.28 31.76 19.68 -
YUV 153.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 216 130 113 0 0.40 0.48 0.15 9.9 0.57 0.65
Hex D8 82 71 0 28 30 F A 39 41
Octal 330 202 161 0 50 60 17 12 71 101
Binary 11011000 10000010 1110001 0 101000 110000 1111 1010 111001 1000001

Color Harmonies of #D88271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88271

Black with #D88271

Text Example


Text Example

White with #D88271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88271; }

 p { color: rgb(216,130,113); }

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

background-color css

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

 a { background-color: rgb(216,130,113); }

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

border-color css

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

 span { border-color: rgb(216,130,113); }

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