Html Css Color HEX #D58371 New York Pink

📋 copy color: '#D58371'

red 213 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #D58371

Tints of New York Pink #D58371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 46.61%
G = 28.67%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58371 (or 0xD58371) is known color: New York Pink. HEX triplet: D5, 83 and 71. RGB value is (213,131,113). Sum of RGB (Red+Green+Blue) = 213+131+113=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D58371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58371 is #2A7C8E. Grayscale: #999999. Windows color (decimal): -2784399 or 7439317. OLE color: 7439317.

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

Color convert

RGB 213 131 113 -
CMYK 0 0.38 0.47 0.16
HSL 10.8º 0.54% 0.64% -
HSV(B) 10.8º 0.47% 0.84% -
XYZ 38.54 31.57 19.69 -
YUV 153.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 213 131 113 0 0.38 0.47 0.16 10.8 0.54 0.64
Hex D5 83 71 0 26 2F 10 B 36 40
Octal 325 203 161 0 46 57 20 13 66 100
Binary 11010101 10000011 1110001 0 100110 101111 10000 1011 110110 1000000

Color Harmonies of #D58371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58371

Black with #D58371

Text Example


Text Example

White with #D58371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58371; }

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

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

background-color css

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

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

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

border-color css

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

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

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