Html Css Color HEX #D98171 New York Pink

📋 copy color: '#D98171'

red 217 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #D98171

Tints of New York Pink #D98171

RGB

 RED value IS 217 (85.16% from 255) = 47.28%

 GREEN value IS 129 (50.78% from 255) = 28.1%

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

R = 47.28%
G = 28.1%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98171 (or 0xD98171) is known color: New York Pink. HEX triplet: D9, 81 and 71. RGB value is (217,129,113). Sum of RGB (Red+Green+Blue) = 217+129+113=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D98171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98171 is #267E8E. Grayscale: #999999. Windows color (decimal): -2522767 or 7438809. OLE color: 7438809.

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

Color convert

RGB 217 129 113 -
CMYK 0 0.41 0.48 0.15
HSL 9.23º 0.58% 0.65% -
HSV(B) 9.23º 0.48% 0.85% -
XYZ 39.45 31.64 19.65 -
YUV 153.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 217 129 113 0 0.41 0.48 0.15 9.23 0.58 0.65
Hex D9 81 71 0 29 30 F 9 3A 41
Octal 331 201 161 0 51 60 17 11 72 101
Binary 11011001 10000001 1110001 0 101001 110000 1111 1001 111010 1000001

Color Harmonies of #D98171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98171

Black with #D98171

Text Example


Text Example

White with #D98171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98171; }

 p { color: rgb(217,129,113); }

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

background-color css

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

 a { background-color: rgb(217,129,113); }

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

border-color css

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

 span { border-color: rgb(217,129,113); }

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