Html Css Color HEX #D58871 New York Pink

📋 copy color: '#D58871'

red 213 ◦ green 136 ◦ blue 113

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

Shades of New York Pink #D58871

Tints of New York Pink #D58871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

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

R = 46.1%
G = 29.44%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58871 (or 0xD58871) is known color: New York Pink. HEX triplet: D5, 88 and 71. RGB value is (213,136,113). Sum of RGB (Red+Green+Blue) = 213+136+113=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58871 is #2A778E. Grayscale: #9C9C9C. Windows color (decimal): -2783119 or 7440597. OLE color: 7440597.

HSL color Cylindrical-coordinate representation of color #D58871: hue angle of 13.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 #D58871 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 113 -
CMYK 0 0.36 0.47 0.16
HSL 13.8º 0.54% 0.64% -
HSV(B) 13.8º 0.47% 0.84% -
XYZ 39.23 32.95 19.91 -
YUV 156.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 213 136 113 0 0.36 0.47 0.16 13.8 0.54 0.64
Hex D5 88 71 0 24 2F 10 E 36 40
Octal 325 210 161 0 44 57 20 16 66 100
Binary 11010101 10001000 1110001 0 100100 101111 10000 1110 110110 1000000

Color Harmonies of #D58871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58871

Black with #D58871

Text Example


Text Example

White with #D58871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58871; }

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

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

background-color css

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

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

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

border-color css

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

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

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