#D27B6B

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

Shades of New York Pink #D27B6B

Tints of New York Pink #D27B6B

Color information

#D27B6B (or 0xD27B6B) is unknown color: approx New York Pink. HEX triplet: D2, 7B and 6B. RGB value is (210,123,107). Sum of RGB (Red+Green+Blue) = 210+123+107=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6B is #2D8494. Grayscale: #939393. Windows color (decimal): -2983061 or 7044050. OLE color: 7044050.

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

Color convert

RGB210123107-
CMYK00.410.490.18
HSL9.32º53.37%62.16%-
HSV(B)9.32º49.05%82.35%-
XYZ36.3228.9317.58-
YUV147.19105.32172.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=47.73%
G=27.95%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012310700.410.490.189.3253.3762.16
HexD27B6B02931129353e
Octal3221731530516122116576
Binary11010010111101111010110101001110001100101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B6B; }

 p { color: rgb(210,123,107); }

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

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

 a { background-color: rgb(210,123,107); }

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

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

 span { border-color: rgb(210,123,107); }

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