Html Css Color HEX #D98975 New York Pink

📋 copy color: '#D98975'

red 217 ◦ green 137 ◦ blue 117

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

Shades of New York Pink #D98975

Tints of New York Pink #D98975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

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

R = 46.07%
G = 29.09%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D98975 (or 0xD98975) is known color: New York Pink. HEX triplet: D9, 89 and 75. RGB value is (217,137,117). Sum of RGB (Red+Green+Blue) = 217+137+117=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D98975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98975 is #26768A. Grayscale: #9E9E9E. Windows color (decimal): -2520715 or 7703001. OLE color: 7703001.

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

Color convert

RGB 217 137 117 -
CMYK 0 0.37 0.46 0.15
HSL 12º 0.57% 0.65% -
HSV(B) 12º 0.46% 0.85% -
XYZ 40.77 33.93 21.23 -
YUV 158.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 217 137 117 0 0.37 0.46 0.15 12 0.57 0.65
Hex D9 89 75 0 25 2E F C 39 41
Octal 331 211 165 0 45 56 17 14 71 101
Binary 11011001 10001001 1110101 0 100101 101110 1111 1100 111001 1000001

Color Harmonies of #D98975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98975

Black with #D98975

Text Example


Text Example

White with #D98975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98975; }

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

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

background-color css

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

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

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

border-color css

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

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

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