#d27b6d

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

Shades of New York Pink #D27B6D

Tints of New York Pink #D27B6D

Color information

#D27B6D (or 0xD27B6D) is unknown color: approx New York Pink. HEX triplet: D2, 7B and 6D. RGB value is (210,123,109). Sum of RGB (Red+Green+Blue) = 210+123+109=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6D is #2D8492. Grayscale: #939393. Windows color (decimal): -2983059 or 7175122. OLE color: 7175122.

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

Color convert

RGB210123109-
CMYK00.410.480.18
HSL8.32º52.88%62.55%-
HSV(B)8.32º48.1%82.35%-
XYZ36.4228.9718.14-
YUV147.42106.32172.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.51%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=47.51%
G=27.83%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012310900.410.480.188.3252.8862.55
HexD27B6D02930128353f
Octal3221731550516022106577
Binary11010010111101111011010101001110000100101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d27b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d27b6d; }

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

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

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

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

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

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

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

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