Html Css Color HEX #D8847A New York Pink

📋 copy color: '#D8847A'

red 216 ◦ green 132 ◦ blue 122

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

Shades of New York Pink #D8847A

Tints of New York Pink #D8847A

RGB

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

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

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

R = 45.96%
G = 28.09%
B = 25.96%

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

#D8847A (or 0xD8847A) is known color: New York Pink. HEX triplet: D8, 84 and 7A. RGB value is (216,132,122). Sum of RGB (Red+Green+Blue) = 216+132+122=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8847A is #277B85. Grayscale: #9C9C9C. Windows color (decimal): -2587526 or 8029400. OLE color: 8029400.

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

Color convert

RGB 216 132 122 -
CMYK 0 0.39 0.44 0.15
HSL 6.38º 0.55% 0.66% -
HSV(B) 6.38º 0.44% 0.85% -
XYZ 40.08 32.51 22.57 -
YUV 155.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 216 132 122 0 0.39 0.44 0.15 6.38 0.55 0.66
Hex D8 84 7A 0 27 2C F 6 37 42
Octal 330 204 172 0 47 54 17 6 67 102
Binary 11011000 10000100 1111010 0 100111 101100 1111 110 110111 1000010

Color Harmonies of #D8847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8847A

Black with #D8847A

Text Example


Text Example

White with #D8847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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