Html Css Color HEX #D87D75 New York Pink

📋 copy color: '#D87D75'

red 216 ◦ green 125 ◦ blue 117

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

Shades of New York Pink #D87D75

Tints of New York Pink #D87D75

RGB

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

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

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

R = 47.16%
G = 27.29%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D87D75 (or 0xD87D75) is known color: New York Pink. HEX triplet: D8, 7D and 75. RGB value is (216,125,117). Sum of RGB (Red+Green+Blue) = 216+125+117=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D75 is #27828A. Grayscale: #979797. Windows color (decimal): -2589323 or 7699928. OLE color: 7699928.

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

Color convert

RGB 216 125 117 -
CMYK 0 0.42 0.46 0.15
HSL 4.85º 0.56% 0.65% -
HSV(B) 4.85º 0.46% 0.85% -
XYZ 38.86 30.55 20.68 -
YUV 151.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 216 125 117 0 0.42 0.46 0.15 4.85 0.56 0.65
Hex D8 7D 75 0 2A 2E F 5 38 41
Octal 330 175 165 0 52 56 17 5 70 101
Binary 11011000 1111101 1110101 0 101010 101110 1111 101 111000 1000001

Color Harmonies of #D87D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D75

Black with #D87D75

Text Example


Text Example

White with #D87D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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