Html Css Color HEX #D88274 New York Pink

📋 copy color: '#D88274'

red 216 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D88274

Tints of New York Pink #D88274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 46.75%
G = 28.14%
B = 25.11%

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

#D88274 (or 0xD88274) is known color: New York Pink. HEX triplet: D8, 82 and 74. RGB value is (216,130,116). Sum of RGB (Red+Green+Blue) = 216+130+116=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D88274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88274 is #277D8B. Grayscale: #9A9A9A. Windows color (decimal): -2588044 or 7635672. OLE color: 7635672.

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

Color convert

RGB 216 130 116 -
CMYK 0 0.40 0.46 0.15
HSL 8.4º 0.56% 0.65% -
HSV(B) 8.4º 0.46% 0.85% -
XYZ 39.45 31.83 20.59 -
YUV 154.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 216 130 116 0 0.40 0.46 0.15 8.4 0.56 0.65
Hex D8 82 74 0 28 2E F 8 38 41
Octal 330 202 164 0 50 56 17 10 70 101
Binary 11011000 10000010 1110100 0 101000 101110 1111 1000 111000 1000001

Color Harmonies of #D88274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88274

Black with #D88274

Text Example


Text Example

White with #D88274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88274; }

 p { color: rgb(216,130,116); }

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

background-color css

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

 a { background-color: rgb(216,130,116); }

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

border-color css

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

 span { border-color: rgb(216,130,116); }

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