Html Css Color HEX #D87C75 New York Pink

📋 copy color: '#D87C75'

red 216 ◦ green 124 ◦ blue 117

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

Shades of New York Pink #D87C75

Tints of New York Pink #D87C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 47.26%
G = 27.13%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87C75 (or 0xD87C75) is known color: New York Pink. HEX triplet: D8, 7C and 75. RGB value is (216,124,117). Sum of RGB (Red+Green+Blue) = 216+124+117=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C75 is #27838A. Grayscale: #969696. Windows color (decimal): -2589579 or 7699672. OLE color: 7699672.

HSL color Cylindrical-coordinate representation of color #D87C75: hue angle of 4.24º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87C75 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 117 -
CMYK 0 0.43 0.46 0.15
HSL 4.24º 0.56% 0.65% -
HSV(B) 4.24º 0.46% 0.85% -
XYZ 38.74 30.3 20.64 -
YUV 150.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 216 124 117 0 0.43 0.46 0.15 4.24 0.56 0.65
Hex D8 7C 75 0 2B 2E F 4 38 41
Octal 330 174 165 0 53 56 17 4 70 101
Binary 11011000 1111100 1110101 0 101011 101110 1111 100 111000 1000001

Color Harmonies of #D87C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C75

Black with #D87C75

Text Example


Text Example

White with #D87C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C75; }

 p { color: rgb(216,124,117); }

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

background-color css

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

 a { background-color: rgb(216,124,117); }

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

border-color css

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

 span { border-color: rgb(216,124,117); }

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