#D58277

Color #D58277 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D58277

Tints of New York Pink #D58277

Color information

#D58277 (or 0xD58277) is unknown color: approx New York Pink. HEX triplet: D5, 82 and 77. RGB value is (213,130,119). Sum of RGB (Red+Green+Blue) = 213+130+119=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58277 is #2A7D88. Grayscale: #999999. Windows color (decimal): -2784649 or 7832277. OLE color: 7832277.

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

Color convert

RGB213130119-
CMYK00.390.440.16
HSL7.02º52.81%65.1%-
HSV(B)7.02º44.13%83.53%-
XYZ38.7531.4421.48-
YUV153.56108.5170.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=46.10%
G=28.14%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313011900.390.440.167.0252.8165.1
HexD582770272C1073541
Octal3252021670475420765101
Binary110101011000001011101110100111101100100001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58277; }

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

 H1.HeaderClassName
 {
   color: #D58277;
 }
 .AnyTagClassName
 {
   color: #D58277;
 }
</style>
background-color css

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

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

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

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

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

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