Html Css Color HEX #D97F70 New York Pink

📋 copy color: '#D97F70'

red 217 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #D97F70

Tints of New York Pink #D97F70

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 47.59%
G = 27.85%
B = 24.56%

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

#D97F70 (or 0xD97F70) is known color: New York Pink. HEX triplet: D9, 7F and 70. RGB value is (217,127,112). Sum of RGB (Red+Green+Blue) = 217+127+112=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F70 is #26808F. Grayscale: #989898. Windows color (decimal): -2523280 or 7372761. OLE color: 7372761.

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

Color convert

RGB 217 127 112 -
CMYK 0 0.41 0.48 0.15
HSL 8.57º 0.58% 0.65% -
HSV(B) 8.57º 0.48% 0.85% -
XYZ 39.13 31.1 19.27 -
YUV 152.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 217 127 112 0 0.41 0.48 0.15 8.57 0.58 0.65
Hex D9 7F 70 0 29 30 F 9 3A 41
Octal 331 177 160 0 51 60 17 11 72 101
Binary 11011001 1111111 1110000 0 101001 110000 1111 1001 111010 1000001

Color Harmonies of #D97F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F70

Black with #D97F70

Text Example


Text Example

White with #D97F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F70; }

 p { color: rgb(217,127,112); }

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

background-color css

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

 a { background-color: rgb(217,127,112); }

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

border-color css

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

 span { border-color: rgb(217,127,112); }

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