Html Css Color HEX #D87D70 New York Pink

📋 copy color: '#D87D70'

red 216 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #D87D70

Tints of New York Pink #D87D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 47.68%
G = 27.59%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87D70 (or 0xD87D70) is known color: New York Pink. HEX triplet: D8, 7D and 70. RGB value is (216,125,112). Sum of RGB (Red+Green+Blue) = 216+125+112=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D70 is #27828F. Grayscale: #969696. Windows color (decimal): -2589328 or 7372248. OLE color: 7372248.

HSL color Cylindrical-coordinate representation of color #D87D70: hue angle of 7.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87D70 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 112 -
CMYK 0 0.42 0.48 0.15
HSL 7.5º 0.57% 0.64% -
HSV(B) 7.5º 0.48% 0.85% -
XYZ 38.58 30.44 19.17 -
YUV 150.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 216 125 112 0 0.42 0.48 0.15 7.5 0.57 0.64
Hex D8 7D 70 0 2A 30 F 8 39 40
Octal 330 175 160 0 52 60 17 10 71 100
Binary 11011000 1111101 1110000 0 101010 110000 1111 1000 111001 1000000

Color Harmonies of #D87D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D70

Black with #D87D70

Text Example


Text Example

White with #D87D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D70; }

 p { color: rgb(216,125,112); }

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

background-color css

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

 a { background-color: rgb(216,125,112); }

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

border-color css

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

 span { border-color: rgb(216,125,112); }

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