Html Css Color HEX #D58875 New York Pink

📋 copy color: '#D58875'

red 213 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #D58875

Tints of New York Pink #D58875

RGB

 RED value IS 213 (83.59% from 255) = 45.71%

 GREEN value IS 136 (53.52% from 255) = 29.18%

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

R = 45.71%
G = 29.18%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58875 (or 0xD58875) is known color: New York Pink. HEX triplet: D5, 88 and 75. RGB value is (213,136,117). Sum of RGB (Red+Green+Blue) = 213+136+117=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58875 is #2A778A. Grayscale: #9D9D9D. Windows color (decimal): -2783115 or 7702741. OLE color: 7702741.

HSL color Cylindrical-coordinate representation of color #D58875: hue angle of 11.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58875 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 117 -
CMYK 0 0.36 0.45 0.16
HSL 11.88º 0.53% 0.65% -
HSV(B) 11.88º 0.45% 0.84% -
XYZ 39.46 33.04 21.13 -
YUV 156.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 213 136 117 0 0.36 0.45 0.16 11.88 0.53 0.65
Hex D5 88 75 0 24 2D 10 C 35 41
Octal 325 210 165 0 44 55 20 14 65 101
Binary 11010101 10001000 1110101 0 100100 101101 10000 1100 110101 1000001

Color Harmonies of #D58875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58875

Black with #D58875

Text Example


Text Example

White with #D58875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58875; }

 p { color: rgb(213,136,117); }

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

background-color css

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

 a { background-color: rgb(213,136,117); }

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

border-color css

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

 span { border-color: rgb(213,136,117); }

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