Html Css Color HEX #D98175 New York Pink

📋 copy color: '#D98175'

red 217 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #D98175

Tints of New York Pink #D98175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 46.87%
G = 27.86%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D98175 (or 0xD98175) is known color: New York Pink. HEX triplet: D9, 81 and 75. RGB value is (217,129,117). Sum of RGB (Red+Green+Blue) = 217+129+117=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98175 is #267E8A. Grayscale: #9A9A9A. Windows color (decimal): -2522763 or 7700953. OLE color: 7700953.

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

Color convert

RGB 217 129 117 -
CMYK 0 0.41 0.46 0.15
HSL 7.2º 0.57% 0.65% -
HSV(B) 7.2º 0.46% 0.85% -
XYZ 39.68 31.74 20.86 -
YUV 153.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 217 129 117 0 0.41 0.46 0.15 7.2 0.57 0.65
Hex D9 81 75 0 29 2E F 7 39 41
Octal 331 201 165 0 51 56 17 7 71 101
Binary 11011001 10000001 1110101 0 101001 101110 1111 111 111001 1000001

Color Harmonies of #D98175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98175

Black with #D98175

Text Example


Text Example

White with #D98175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98175; }

 p { color: rgb(217,129,117); }

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

background-color css

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

 a { background-color: rgb(217,129,117); }

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

border-color css

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

 span { border-color: rgb(217,129,117); }

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