Html Css Color HEX #D58173 New York Pink

📋 copy color: '#D58173'

red 213 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #D58173

Tints of New York Pink #D58173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 46.61%
G = 28.23%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58173 (or 0xD58173) is known color: New York Pink. HEX triplet: D5, 81 and 73. RGB value is (213,129,115). Sum of RGB (Red+Green+Blue) = 213+129+115=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D58173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58173 is #2A7E8C. Grayscale: #989898. Windows color (decimal): -2784909 or 7569877. OLE color: 7569877.

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

Color convert

RGB 213 129 115 -
CMYK 0 0.39 0.46 0.16
HSL 8.57º 0.54% 0.64% -
HSV(B) 8.57º 0.46% 0.84% -
XYZ 38.39 31.08 20.2 -
YUV 152.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 213 129 115 0 0.39 0.46 0.16 8.57 0.54 0.64
Hex D5 81 73 0 27 2E 10 9 36 40
Octal 325 201 163 0 47 56 20 11 66 100
Binary 11010101 10000001 1110011 0 100111 101110 10000 1001 110110 1000000

Color Harmonies of #D58173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58173

Black with #D58173

Text Example


Text Example

White with #D58173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58173; }

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

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

background-color css

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

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

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

border-color css

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

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

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