Html Css Color HEX #D98277 New York Pink

📋 copy color: '#D98277'

red 217 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #D98277

Tints of New York Pink #D98277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 46.57%
G = 27.9%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98277 (or 0xD98277) is known color: New York Pink. HEX triplet: D9, 82 and 77. RGB value is (217,130,119). Sum of RGB (Red+Green+Blue) = 217+130+119=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D98277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98277 is #267D88. Grayscale: #9A9A9A. Windows color (decimal): -2522505 or 7832281. OLE color: 7832281.

HSL color Cylindrical-coordinate representation of color #D98277: hue angle of 6.73º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98277 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 119 -
CMYK 0 0.40 0.45 0.15
HSL 6.73º 0.56% 0.66% -
HSV(B) 6.73º 0.45% 0.85% -
XYZ 39.93 32.05 21.53 -
YUV 154.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 217 130 119 0 0.40 0.45 0.15 6.73 0.56 0.66
Hex D9 82 77 0 28 2D F 7 38 42
Octal 331 202 167 0 50 55 17 7 70 102
Binary 11011001 10000010 1110111 0 101000 101101 1111 111 111000 1000010

Color Harmonies of #D98277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98277

Black with #D98277

Text Example


Text Example

White with #D98277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98277; }

 p { color: rgb(217,130,119); }

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

background-color css

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

 a { background-color: rgb(217,130,119); }

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

border-color css

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

 span { border-color: rgb(217,130,119); }

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