#D38478

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

Shades of New York Pink #D38478

Tints of New York Pink #D38478

Color information

#D38478 (or 0xD38478) is unknown color: approx New York Pink. HEX triplet: D3, 84 and 78. RGB value is (211,132,120). Sum of RGB (Red+Green+Blue) = 211+132+120=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D38478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38478 is #2C7B87. Grayscale: #9A9A9A. Windows color (decimal): -2915208 or 7898323. OLE color: 7898323.

HSL color Cylindrical-coordinate representation of color #D38478: hue angle of 7.91º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38478 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB211132120-
CMYK00.370.430.17
HSL7.91º50.84%64.9%-
HSV(B)7.91º43.13%82.75%-
XYZ38.5131.7121.86-
YUV154.25108.67168.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=45.57%
G=28.51%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113212000.370.430.177.9150.8464.9
HexD384780252B1183341
Octal32320417004553211063101
Binary1101001110000100111100001001011010111000110001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38478; }

 p { color: rgb(211,132,120); }

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

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

 a { background-color: rgb(211,132,120); }

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

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

 span { border-color: rgb(211,132,120); }

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