Html Css Color HEX #D87A70 New York Pink

📋 copy color: '#D87A70'

red 216 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D87A70

Tints of New York Pink #D87A70

RGB

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

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

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

R = 48%
G = 27.11%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87A70 (or 0xD87A70) is known color: New York Pink. HEX triplet: D8, 7A and 70. RGB value is (216,122,112). Sum of RGB (Red+Green+Blue) = 216+122+112=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A70 is #27858F. Grayscale: #959595. Windows color (decimal): -2590096 or 7371480. OLE color: 7371480.

HSL color Cylindrical-coordinate representation of color #D87A70: hue angle of 5.77º 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 #D87A70 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 112 -
CMYK 0 0.44 0.48 0.15
HSL 5.77º 0.57% 0.64% -
HSV(B) 5.77º 0.48% 0.85% -
XYZ 38.2 29.69 19.05 -
YUV 148.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 216 122 112 0 0.44 0.48 0.15 5.77 0.57 0.64
Hex D8 7A 70 0 2C 30 F 6 39 40
Octal 330 172 160 0 54 60 17 6 71 100
Binary 11011000 1111010 1110000 0 101100 110000 1111 110 111001 1000000

Color Harmonies of #D87A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A70

Black with #D87A70

Text Example


Text Example

White with #D87A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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