Html Css Color HEX #D97D6D New York Pink

📋 copy color: '#D97D6D'

red 217 ◦ green 125 ◦ blue 109

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

Shades of New York Pink #D97D6D

Tints of New York Pink #D97D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 48.12%
G = 27.72%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D97D6D (or 0xD97D6D) is known color: New York Pink. HEX triplet: D9, 7D and 6D. RGB value is (217,125,109). Sum of RGB (Red+Green+Blue) = 217+125+109=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D6D is #268292. Grayscale: #969696. Windows color (decimal): -2523795 or 7175641. OLE color: 7175641.

HSL color Cylindrical-coordinate representation of color #D97D6D: hue angle of 8.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D97D6D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 109 -
CMYK 0 0.42 0.50 0.15
HSL 8.89º 0.59% 0.64% -
HSV(B) 8.89º 0.5% 0.85% -
XYZ 38.71 30.52 18.32 -
YUV 150.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 217 125 109 0 0.42 0.50 0.15 8.89 0.59 0.64
Hex D9 7D 6D 0 2A 32 F 9 3B 40
Octal 331 175 155 0 52 62 17 11 73 100
Binary 11011001 1111101 1101101 0 101010 110010 1111 1001 111011 1000000

Color Harmonies of #D97D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D6D

Black with #D97D6D

Text Example


Text Example

White with #D97D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D6D; }

 p { color: rgb(217,125,109); }

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

background-color css

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

 a { background-color: rgb(217,125,109); }

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

border-color css

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

 span { border-color: rgb(217,125,109); }

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