Html Css Color HEX #D87A6D New York Pink

📋 copy color: '#D87A6D'

red 216 ◦ green 122 ◦ blue 109

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

Shades of New York Pink #D87A6D

Tints of New York Pink #D87A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 48.32%
G = 27.29%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D87A6D (or 0xD87A6D) is known color: New York Pink. HEX triplet: D8, 7A and 6D. RGB value is (216,122,109). Sum of RGB (Red+Green+Blue) = 216+122+109=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A6D is #278592. Grayscale: #949494. Windows color (decimal): -2590099 or 7174872. OLE color: 7174872.

HSL color Cylindrical-coordinate representation of color #D87A6D: hue angle of 7.29º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87A6D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 109 -
CMYK 0 0.44 0.50 0.15
HSL 7.29º 0.58% 0.64% -
HSV(B) 7.29º 0.5% 0.85% -
XYZ 38.04 29.62 18.18 -
YUV 148.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 216 122 109 0 0.44 0.50 0.15 7.29 0.58 0.64
Hex D8 7A 6D 0 2C 32 F 7 3A 40
Octal 330 172 155 0 54 62 17 7 72 100
Binary 11011000 1111010 1101101 0 101100 110010 1111 111 111010 1000000

Color Harmonies of #D87A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A6D

Black with #D87A6D

Text Example


Text Example

White with #D87A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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