Html Css Color HEX #D88479 New York Pink

📋 copy color: '#D88479'

red 216 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #D88479

Tints of New York Pink #D88479

RGB

 RED value IS 216 (84.77% from 255) = 46.06%

 GREEN value IS 132 (51.95% from 255) = 28.14%

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 46.06%
G = 28.14%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D88479 (or 0xD88479) is known color: New York Pink. HEX triplet: D8, 84 and 79. RGB value is (216,132,121). Sum of RGB (Red+Green+Blue) = 216+132+121=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D88479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88479 is #277B86. Grayscale: #9B9B9B. Windows color (decimal): -2587527 or 7963864. OLE color: 7963864.

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

Color convert

RGB 216 132 121 -
CMYK 0 0.39 0.44 0.15
HSL 6.95º 0.55% 0.66% -
HSV(B) 6.95º 0.44% 0.85% -
XYZ 40.02 32.48 22.25 -
YUV 155.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 216 132 121 0 0.39 0.44 0.15 6.95 0.55 0.66
Hex D8 84 79 0 27 2C F 7 37 42
Octal 330 204 171 0 47 54 17 7 67 102
Binary 11011000 10000100 1111001 0 100111 101100 1111 111 110111 1000010

Color Harmonies of #D88479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88479

Black with #D88479

Text Example


Text Example

White with #D88479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88479; }

 p { color: rgb(216,132,121); }

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

background-color css

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

 a { background-color: rgb(216,132,121); }

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

border-color css

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

 span { border-color: rgb(216,132,121); }

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