Html Css Color HEX #D58376 New York Pink

📋 copy color: '#D58376'

red 213 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D58376

Tints of New York Pink #D58376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 46.1%
G = 28.35%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58376 (or 0xD58376) is known color: New York Pink. HEX triplet: D5, 83 and 76. RGB value is (213,131,118). Sum of RGB (Red+Green+Blue) = 213+131+118=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58376 is #2A7C89. Grayscale: #9A9A9A. Windows color (decimal): -2784394 or 7766997. OLE color: 7766997.

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

Color convert

RGB 213 131 118 -
CMYK 0 0.38 0.45 0.16
HSL 8.21º 0.53% 0.65% -
HSV(B) 8.21º 0.45% 0.84% -
XYZ 38.83 31.69 21.21 -
YUV 154.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 213 131 118 0 0.38 0.45 0.16 8.21 0.53 0.65
Hex D5 83 76 0 26 2D 10 8 35 41
Octal 325 203 166 0 46 55 20 10 65 101
Binary 11010101 10000011 1110110 0 100110 101101 10000 1000 110101 1000001

Color Harmonies of #D58376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58376

Black with #D58376

Text Example


Text Example

White with #D58376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58376; }

 p { color: rgb(213,131,118); }

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

background-color css

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

 a { background-color: rgb(213,131,118); }

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

border-color css

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

 span { border-color: rgb(213,131,118); }

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