Html Css Color HEX #D87968 New York Pink

📋 copy color: '#D87968'

red 216 ◦ green 121 ◦ blue 104

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

Shades of New York Pink #D87968

Tints of New York Pink #D87968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 48.98%
G = 27.44%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D87968 (or 0xD87968) is known color: New York Pink. HEX triplet: D8, 79 and 68. RGB value is (216,121,104). Sum of RGB (Red+Green+Blue) = 216+121+104=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D87968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87968 is #278697. Grayscale: #939393. Windows color (decimal): -2590360 or 6846936. OLE color: 6846936.

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

Color convert

RGB 216 121 104 -
CMYK 0 0.44 0.52 0.15
HSL 9.11º 0.59% 0.63% -
HSV(B) 9.11º 0.52% 0.85% -
XYZ 37.65 29.27 16.76 -
YUV 147.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 216 121 104 0 0.44 0.52 0.15 9.11 0.59 0.63
Hex D8 79 68 0 2C 34 F 9 3B 3F
Octal 330 171 150 0 54 64 17 11 73 77
Binary 11011000 1111001 1101000 0 101100 110100 1111 1001 111011 111111

Color Harmonies of #D87968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87968

Black with #D87968

Text Example


Text Example

White with #D87968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87968; }

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

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

background-color css

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

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

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

border-color css

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

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

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