Html Css Color HEX #D58374 New York Pink

📋 copy color: '#D58374'

red 213 ◦ green 131 ◦ blue 116

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

Shades of New York Pink #D58374

Tints of New York Pink #D58374

RGB

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

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

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

R = 46.3%
G = 28.48%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58374 (or 0xD58374) is known color: New York Pink. HEX triplet: D5, 83 and 74. RGB value is (213,131,116). Sum of RGB (Red+Green+Blue) = 213+131+116=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58374 is #2A7C8B. Grayscale: #999999. Windows color (decimal): -2784396 or 7635925. OLE color: 7635925.

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

Color convert

RGB 213 131 116 -
CMYK 0 0.38 0.46 0.16
HSL 9.28º 0.54% 0.65% -
HSV(B) 9.28º 0.46% 0.84% -
XYZ 38.71 31.64 20.59 -
YUV 153.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 213 131 116 0 0.38 0.46 0.16 9.28 0.54 0.65
Hex D5 83 74 0 26 2E 10 9 36 41
Octal 325 203 164 0 46 56 20 11 66 101
Binary 11010101 10000011 1110100 0 100110 101110 10000 1001 110110 1000001

Color Harmonies of #D58374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58374

Black with #D58374

Text Example


Text Example

White with #D58374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58374; }

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

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

background-color css

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

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

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

border-color css

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

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

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