#D58378

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

Shades of New York Pink #D58378

Tints of New York Pink #D58378

Color information

#D58378 (or 0xD58378) is unknown color: approx New York Pink. HEX triplet: D5, 83 and 78. RGB value is (213,131,120). Sum of RGB (Red+Green+Blue) = 213+131+120=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58378 is #2A7C87. Grayscale: #9A9A9A. Windows color (decimal): -2784392 or 7898069. OLE color: 7898069.

HSL color Cylindrical-coordinate representation of color #D58378: hue angle of 7.1º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58378 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213131120-
CMYK00.380.440.16
HSL7.1º52.54%65.29%-
HSV(B)7.1º43.66%83.53%-
XYZ38.9531.7321.84-
YUV154.26108.67169.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=45.91%
G=28.23%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313112000.380.440.167.152.5465.29
HexD583780262C1073541
Octal3252031700465420765101
Binary110101011000001111110000100110101100100001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58378; }

 p { color: rgb(213,131,120); }

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

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

 a { background-color: rgb(213,131,120); }

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

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

 span { border-color: rgb(213,131,120); }

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