Html Css Color HEX #D97F6A New York Pink

📋 copy color: '#D97F6A'

red 217 ◦ green 127 ◦ blue 106

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

Shades of New York Pink #D97F6A

Tints of New York Pink #D97F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 48.22%
G = 28.22%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D97F6A (or 0xD97F6A) is known color: New York Pink. HEX triplet: D9, 7F and 6A. RGB value is (217,127,106). Sum of RGB (Red+Green+Blue) = 217+127+106=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F6A is #268095. Grayscale: #979797. Windows color (decimal): -2523286 or 6979545. OLE color: 6979545.

HSL color Cylindrical-coordinate representation of color #D97F6A: hue angle of 11.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97F6A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 106 -
CMYK 0 0.41 0.51 0.15
HSL 11.35º 0.59% 0.63% -
HSV(B) 11.35º 0.51% 0.85% -
XYZ 38.81 30.97 17.57 -
YUV 151.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 217 127 106 0 0.41 0.51 0.15 11.35 0.59 0.63
Hex D9 7F 6A 0 29 33 F B 3B 3F
Octal 331 177 152 0 51 63 17 13 73 77
Binary 11011001 1111111 1101010 0 101001 110011 1111 1011 111011 111111

Color Harmonies of #D97F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F6A

Black with #D97F6A

Text Example


Text Example

White with #D97F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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