Html Css Color HEX #D8857A New York Pink

📋 copy color: '#D8857A'

red 216 ◦ green 133 ◦ blue 122

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

Shades of New York Pink #D8857A

Tints of New York Pink #D8857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 45.86%
G = 28.24%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8857A (or 0xD8857A) is known color: New York Pink. HEX triplet: D8, 85 and 7A. RGB value is (216,133,122). Sum of RGB (Red+Green+Blue) = 216+133+122=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8857A is #277A85. Grayscale: #9C9C9C. Windows color (decimal): -2587270 or 8029656. OLE color: 8029656.

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

Color convert

RGB 216 133 122 -
CMYK 0 0.38 0.44 0.15
HSL 7.02º 0.55% 0.66% -
HSV(B) 7.02º 0.44% 0.85% -
XYZ 40.22 32.78 22.62 -
YUV 156.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 216 133 122 0 0.38 0.44 0.15 7.02 0.55 0.66
Hex D8 85 7A 0 26 2C F 7 37 42
Octal 330 205 172 0 46 54 17 7 67 102
Binary 11011000 10000101 1111010 0 100110 101100 1111 111 110111 1000010

Color Harmonies of #D8857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8857A

Black with #D8857A

Text Example


Text Example

White with #D8857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8857A; }

 p { color: rgb(216,133,122); }

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

background-color css

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

 a { background-color: rgb(216,133,122); }

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

border-color css

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

 span { border-color: rgb(216,133,122); }

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