Html Css Color HEX #D58577 New York Pink

📋 copy color: '#D58577'

red 213 ◦ green 133 ◦ blue 119

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

Shades of New York Pink #D58577

Tints of New York Pink #D58577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 45.81%
G = 28.6%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D58577 (or 0xD58577) is known color: New York Pink. HEX triplet: D5, 85 and 77. RGB value is (213,133,119). Sum of RGB (Red+Green+Blue) = 213+133+119=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58577 is #2A7A88. Grayscale: #9B9B9B. Windows color (decimal): -2783881 or 7833045. OLE color: 7833045.

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

Color convert

RGB 213 133 119 -
CMYK 0 0.38 0.44 0.16
HSL 8.94º 0.53% 0.65% -
HSV(B) 8.94º 0.44% 0.84% -
XYZ 39.16 32.25 21.61 -
YUV 155.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 213 133 119 0 0.38 0.44 0.16 8.94 0.53 0.65
Hex D5 85 77 0 26 2C 10 9 35 41
Octal 325 205 167 0 46 54 20 11 65 101
Binary 11010101 10000101 1110111 0 100110 101100 10000 1001 110101 1000001

Color Harmonies of #D58577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58577

Black with #D58577

Text Example


Text Example

White with #D58577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58577; }

 p { color: rgb(213,133,119); }

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

background-color css

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

 a { background-color: rgb(213,133,119); }

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

border-color css

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

 span { border-color: rgb(213,133,119); }

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