Html Css Color HEX #D58076 New York Pink

📋 copy color: '#D58076'

red 213 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #D58076

Tints of New York Pink #D58076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 46.41%
G = 27.89%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58076 (or 0xD58076) is known color: New York Pink. HEX triplet: D5, 80 and 76. RGB value is (213,128,118). Sum of RGB (Red+Green+Blue) = 213+128+118=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58076 is #2A7F89. Grayscale: #989898. Windows color (decimal): -2785162 or 7766229. OLE color: 7766229.

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

Color convert

RGB 213 128 118 -
CMYK 0 0.40 0.45 0.16
HSL 6.32º 0.53% 0.65% -
HSV(B) 6.32º 0.45% 0.84% -
XYZ 38.43 30.89 21.08 -
YUV 152.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 213 128 118 0 0.40 0.45 0.16 6.32 0.53 0.65
Hex D5 80 76 0 28 2D 10 6 35 41
Octal 325 200 166 0 50 55 20 6 65 101
Binary 11010101 10000000 1110110 0 101000 101101 10000 110 110101 1000001

Color Harmonies of #D58076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58076

Black with #D58076

Text Example


Text Example

White with #D58076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58076; }

 p { color: rgb(213,128,118); }

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

background-color css

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

 a { background-color: rgb(213,128,118); }

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

border-color css

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

 span { border-color: rgb(213,128,118); }

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