Html Css Color HEX #D88971 New York Pink

📋 copy color: '#D88971'

red 216 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #D88971

Tints of New York Pink #D88971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 46.35%
G = 29.4%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88971 (or 0xD88971) is known color: New York Pink. HEX triplet: D8, 89 and 71. RGB value is (216,137,113). Sum of RGB (Red+Green+Blue) = 216+137+113=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88971 is #27768E. Grayscale: #9E9E9E. Windows color (decimal): -2586255 or 7440856. OLE color: 7440856.

HSL color Cylindrical-coordinate representation of color #D88971: hue angle of 13.98º 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 #D88971 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 113 -
CMYK 0 0.37 0.48 0.15
HSL 13.98º 0.57% 0.65% -
HSV(B) 13.98º 0.48% 0.85% -
XYZ 40.25 33.68 20 -
YUV 157.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 216 137 113 0 0.37 0.48 0.15 13.98 0.57 0.65
Hex D8 89 71 0 25 30 F E 39 41
Octal 330 211 161 0 45 60 17 16 71 101
Binary 11011000 10001001 1110001 0 100101 110000 1111 1110 111001 1000001

Color Harmonies of #D88971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88971

Black with #D88971

Text Example


Text Example

White with #D88971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88971; }

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

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

background-color css

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

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

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

border-color css

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

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

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