Html Css Color HEX #D97969 New York Pink

📋 copy color: '#D97969'

red 217 ◦ green 121 ◦ blue 105

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

Shades of New York Pink #D97969

Tints of New York Pink #D97969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.7%

R = 48.98%
G = 27.31%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97969 (or 0xD97969) is known color: New York Pink. HEX triplet: D9, 79 and 69. RGB value is (217,121,105). Sum of RGB (Red+Green+Blue) = 217+121+105=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97969 is #268696. Grayscale: #949494. Windows color (decimal): -2524823 or 6912473. OLE color: 6912473.

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

Color convert

RGB 217 121 105 -
CMYK 0 0.44 0.52 0.15
HSL 8.57º 0.6% 0.63% -
HSV(B) 8.57º 0.52% 0.85% -
XYZ 38 29.45 17.05 -
YUV 147.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 217 121 105 0 0.44 0.52 0.15 8.57 0.6 0.63
Hex D9 79 69 0 2C 34 F 9 3C 3F
Octal 331 171 151 0 54 64 17 11 74 77
Binary 11011001 1111001 1101001 0 101100 110100 1111 1001 111100 111111

Color Harmonies of #D97969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97969

Black with #D97969

Text Example


Text Example

White with #D97969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97969; }

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

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

background-color css

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

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

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

border-color css

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

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

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