Html Css Color HEX #D97972 New York Pink

📋 copy color: '#D97972'

red 217 ◦ green 121 ◦ blue 114

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

Shades of New York Pink #D97972

Tints of New York Pink #D97972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.77%

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

R = 48.01%
G = 26.77%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97972 (or 0xD97972) is known color: New York Pink. HEX triplet: D9, 79 and 72. RGB value is (217,121,114). Sum of RGB (Red+Green+Blue) = 217+121+114=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D97972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97972 is #26868D. Grayscale: #959595. Windows color (decimal): -2524814 or 7502297. OLE color: 7502297.

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

Color convert

RGB 217 121 114 -
CMYK 0 0.44 0.47 0.15
HSL 4.08º 0.58% 0.65% -
HSV(B) 4.08º 0.47% 0.85% -
XYZ 38.49 29.64 19.61 -
YUV 148.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 217 121 114 0 0.44 0.47 0.15 4.08 0.58 0.65
Hex D9 79 72 0 2C 2F F 4 3A 41
Octal 331 171 162 0 54 57 17 4 72 101
Binary 11011001 1111001 1110010 0 101100 101111 1111 100 111010 1000001

Color Harmonies of #D97972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97972

Black with #D97972

Text Example


Text Example

White with #D97972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97972; }

 p { color: rgb(217,121,114); }

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

background-color css

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

 a { background-color: rgb(217,121,114); }

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

border-color css

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

 span { border-color: rgb(217,121,114); }

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