#D27F75

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

Shades of New York Pink #D27F75

Tints of New York Pink #D27F75

Color information

#D27F75 (or 0xD27F75) is unknown color: approx New York Pink. HEX triplet: D2, 7F and 75. RGB value is (210,127,117). Sum of RGB (Red+Green+Blue) = 210+127+117=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F75 is #2D808A. Grayscale: #969696. Windows color (decimal): -2982027 or 7700434. OLE color: 7700434.

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

Color convert

RGB210127117-
CMYK00.400.440.18
HSL6.45º50.82%64.12%-
HSV(B)6.45º44.29%82.35%-
XYZ37.3830.1620.68-
YUV150.68109170.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.26%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=46.26%
G=27.97%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012711700.400.440.186.4550.8264.12
HexD27F750282C1263340
Octal3221771650505422663100
Binary11010010111111111101010101000101100100101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F75; }

 p { color: rgb(210,127,117); }

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

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

 a { background-color: rgb(210,127,117); }

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

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

 span { border-color: rgb(210,127,117); }

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