Html Css Color HEX #D98272 New York Pink

📋 copy color: '#D98272'

red 217 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #D98272

Tints of New York Pink #D98272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 47.07%
G = 28.2%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98272 (or 0xD98272) is known color: New York Pink. HEX triplet: D9, 82 and 72. RGB value is (217,130,114). Sum of RGB (Red+Green+Blue) = 217+130+114=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D98272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98272 is #267D8D. Grayscale: #9A9A9A. Windows color (decimal): -2522510 or 7504601. OLE color: 7504601.

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

Color convert

RGB 217 130 114 -
CMYK 0 0.40 0.47 0.15
HSL 9.32º 0.58% 0.65% -
HSV(B) 9.32º 0.47% 0.85% -
XYZ 39.64 31.93 19.99 -
YUV 154.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 217 130 114 0 0.40 0.47 0.15 9.32 0.58 0.65
Hex D9 82 72 0 28 2F F 9 3A 41
Octal 331 202 162 0 50 57 17 11 72 101
Binary 11011001 10000010 1110010 0 101000 101111 1111 1001 111010 1000001

Color Harmonies of #D98272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98272

Black with #D98272

Text Example


Text Example

White with #D98272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98272; }

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

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

background-color css

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

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

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

border-color css

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

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

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