Html Css Color HEX #D88175 New York Pink

📋 copy color: '#D88175'

red 216 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #D88175

Tints of New York Pink #D88175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 46.75%
G = 27.92%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D88175 (or 0xD88175) is known color: New York Pink. HEX triplet: D8, 81 and 75. RGB value is (216,129,117). Sum of RGB (Red+Green+Blue) = 216+129+117=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D88175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88175 is #277E8A. Grayscale: #999999. Windows color (decimal): -2588299 or 7700952. OLE color: 7700952.

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

Color convert

RGB 216 129 117 -
CMYK 0 0.40 0.46 0.15
HSL 7.27º 0.56% 0.65% -
HSV(B) 7.27º 0.46% 0.85% -
XYZ 39.38 31.58 20.85 -
YUV 153.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 216 129 117 0 0.40 0.46 0.15 7.27 0.56 0.65
Hex D8 81 75 0 28 2E F 7 38 41
Octal 330 201 165 0 50 56 17 7 70 101
Binary 11011000 10000001 1110101 0 101000 101110 1111 111 111000 1000001

Color Harmonies of #D88175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88175

Black with #D88175

Text Example


Text Example

White with #D88175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88175; }

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

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

background-color css

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

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

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

border-color css

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

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

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