Html Css Color HEX #D87B6B New York Pink

📋 copy color: '#D87B6B'

red 216 ◦ green 123 ◦ blue 107

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

Shades of New York Pink #D87B6B

Tints of New York Pink #D87B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 48.43%
G = 27.58%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D87B6B (or 0xD87B6B) is known color: New York Pink. HEX triplet: D8, 7B and 6B. RGB value is (216,123,107). Sum of RGB (Red+Green+Blue) = 216+123+107=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B6B is #278494. Grayscale: #959595. Windows color (decimal): -2589845 or 7044056. OLE color: 7044056.

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

Color convert

RGB 216 123 107 -
CMYK 0 0.43 0.50 0.15
HSL 8.81º 0.58% 0.63% -
HSV(B) 8.81º 0.5% 0.85% -
XYZ 38.06 29.83 17.66 -
YUV 148.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 216 123 107 0 0.43 0.50 0.15 8.81 0.58 0.63
Hex D8 7B 6B 0 2B 32 F 9 3A 3F
Octal 330 173 153 0 53 62 17 11 72 77
Binary 11011000 1111011 1101011 0 101011 110010 1111 1001 111010 111111

Color Harmonies of #D87B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B6B

Black with #D87B6B

Text Example


Text Example

White with #D87B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B6B; }

 p { color: rgb(216,123,107); }

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

background-color css

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

 a { background-color: rgb(216,123,107); }

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

border-color css

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

 span { border-color: rgb(216,123,107); }

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