#D38875

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

Shades of New York Pink #D38875

Tints of New York Pink #D38875

Color information

#D38875 (or 0xD38875) is unknown color: approx New York Pink. HEX triplet: D3, 88 and 75. RGB value is (211,136,117). Sum of RGB (Red+Green+Blue) = 211+136+117=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D38875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38875 is #2C778A. Grayscale: #9C9C9C. Windows color (decimal): -2914187 or 7702739. OLE color: 7702739.

HSL color Cylindrical-coordinate representation of color #D38875: hue angle of 12.13º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38875 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211136117-
CMYK00.360.450.17
HSL12.13º51.65%64.31%-
HSV(B)12.13º44.55%82.75%-
XYZ38.8832.7421.1-
YUV156.26105.85167.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.47%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=45.47%
G=29.31%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113611700.360.450.1712.1351.6564.31
HexD388750242D11c3440
Octal32321016504455211464100
Binary1101001110001000111010101001001011011000111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38875; }

 p { color: rgb(211,136,117); }

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

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

 a { background-color: rgb(211,136,117); }

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

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

 span { border-color: rgb(211,136,117); }

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