Html Css Color HEX #D97973 New York Pink

📋 copy color: '#D97973'

red 217 ◦ green 121 ◦ blue 115

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

Shades of New York Pink #D97973

Tints of New York Pink #D97973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 47.9%
G = 26.71%
B = 25.39%

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

#D97973 (or 0xD97973) is known color: New York Pink. HEX triplet: D9, 79 and 73. RGB value is (217,121,115). Sum of RGB (Red+Green+Blue) = 217+121+115=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D97973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97973 is #26868C. Grayscale: #959595. Windows color (decimal): -2524813 or 7567833. OLE color: 7567833.

HSL color Cylindrical-coordinate representation of color #D97973: hue angle of 3.53º degrees, saturation: 0.57, 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 #D97973 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 115 -
CMYK 0 0.44 0.47 0.15
HSL 3.53º 0.57% 0.65% -
HSV(B) 3.53º 0.47% 0.85% -
XYZ 38.55 29.66 19.91 -
YUV 149.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 217 121 115 0 0.44 0.47 0.15 3.53 0.57 0.65
Hex D9 79 73 0 2C 2F F 4 39 41
Octal 331 171 163 0 54 57 17 4 71 101
Binary 11011001 1111001 1110011 0 101100 101111 1111 100 111001 1000001

Color Harmonies of #D97973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97973

Black with #D97973

Text Example


Text Example

White with #D97973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97973; }

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

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

background-color css

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

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

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

border-color css

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

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

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