#D27C72

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

Shades of New York Pink #D27C72

Tints of New York Pink #D27C72

Color information

#D27C72 (or 0xD27C72) is unknown color: approx New York Pink. HEX triplet: D2, 7C and 72. RGB value is (210,124,114). Sum of RGB (Red+Green+Blue) = 210+124+114=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C72 is #2D838D. Grayscale: #949494. Windows color (decimal): -2982798 or 7503058. OLE color: 7503058.

HSL color Cylindrical-coordinate representation of color #D27C72: hue angle of 6.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27C72 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210124114-
CMYK00.410.460.18
HSL6.25º51.61%63.53%-
HSV(B)6.25º45.71%82.35%-
XYZ36.8229.3319.64-
YUV148.57108.49171.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=46.88%
G=27.68%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012411400.410.460.186.2551.6163.53
HexD27C720292E1263440
Octal3221741620515622664100
Binary11010010111110011100100101001101110100101101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C72; }

 p { color: rgb(210,124,114); }

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

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

 a { background-color: rgb(210,124,114); }

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

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

 span { border-color: rgb(210,124,114); }

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