Html Css Color HEX #D58177 New York Pink

📋 copy color: '#D58177'

red 213 ◦ green 129 ◦ blue 119

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

Shades of New York Pink #D58177

Tints of New York Pink #D58177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.81%

R = 46.2%
G = 27.98%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D58177 (or 0xD58177) is known color: New York Pink. HEX triplet: D5, 81 and 77. RGB value is (213,129,119). Sum of RGB (Red+Green+Blue) = 213+129+119=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58177 is #2A7E88. Grayscale: #999999. Windows color (decimal): -2784905 or 7832021. OLE color: 7832021.

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

Color convert

RGB 213 129 119 -
CMYK 0 0.39 0.44 0.16
HSL 6.38º 0.53% 0.65% -
HSV(B) 6.38º 0.44% 0.84% -
XYZ 38.62 31.18 21.44 -
YUV 152.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 213 129 119 0 0.39 0.44 0.16 6.38 0.53 0.65
Hex D5 81 77 0 27 2C 10 6 35 41
Octal 325 201 167 0 47 54 20 6 65 101
Binary 11010101 10000001 1110111 0 100111 101100 10000 110 110101 1000001

Color Harmonies of #D58177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58177

Black with #D58177

Text Example


Text Example

White with #D58177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58177; }

 p { color: rgb(213,129,119); }

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

background-color css

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

 a { background-color: rgb(213,129,119); }

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

border-color css

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

 span { border-color: rgb(213,129,119); }

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