Html Css Color HEX #D58276 New York Pink

📋 copy color: '#D58276'

red 213 ◦ green 130 ◦ blue 118

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

Shades of New York Pink #D58276

Tints of New York Pink #D58276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 46.2%
G = 28.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58276 (or 0xD58276) is known color: New York Pink. HEX triplet: D5, 82 and 76. RGB value is (213,130,118). Sum of RGB (Red+Green+Blue) = 213+130+118=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58276 is #2A7D89. Grayscale: #999999. Windows color (decimal): -2784650 or 7766741. OLE color: 7766741.

HSL color Cylindrical-coordinate representation of color #D58276: hue angle of 7.58º 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 #D58276 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 118 -
CMYK 0 0.39 0.45 0.16
HSL 7.58º 0.53% 0.65% -
HSV(B) 7.58º 0.45% 0.84% -
XYZ 38.69 31.42 21.16 -
YUV 153.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 213 130 118 0 0.39 0.45 0.16 7.58 0.53 0.65
Hex D5 82 76 0 27 2D 10 8 35 41
Octal 325 202 166 0 47 55 20 10 65 101
Binary 11010101 10000010 1110110 0 100111 101101 10000 1000 110101 1000001

Color Harmonies of #D58276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58276

Black with #D58276

Text Example


Text Example

White with #D58276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58276; }

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

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

background-color css

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

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

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

border-color css

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

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

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