Html Css Color HEX #D88575 New York Pink

📋 copy color: '#D88575'

red 216 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #D88575

Tints of New York Pink #D88575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 46.35%
G = 28.54%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D88575 (or 0xD88575) is known color: New York Pink. HEX triplet: D8, 85 and 75. RGB value is (216,133,117). Sum of RGB (Red+Green+Blue) = 216+133+117=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88575 is #277A8A. Grayscale: #9C9C9C. Windows color (decimal): -2587275 or 7701976. OLE color: 7701976.

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

Color convert

RGB 216 133 117 -
CMYK 0 0.38 0.46 0.15
HSL 9.7º 0.56% 0.65% -
HSV(B) 9.7º 0.46% 0.85% -
XYZ 39.92 32.66 21.03 -
YUV 155.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 216 133 117 0 0.38 0.46 0.15 9.7 0.56 0.65
Hex D8 85 75 0 26 2E F A 38 41
Octal 330 205 165 0 46 56 17 12 70 101
Binary 11011000 10000101 1110101 0 100110 101110 1111 1010 111000 1000001

Color Harmonies of #D88575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88575

Black with #D88575

Text Example


Text Example

White with #D88575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88575; }

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

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

background-color css

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

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

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

border-color css

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

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

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