#D38077

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

Shades of New York Pink #D38077

Tints of New York Pink #D38077

Color information

#D38077 (or 0xD38077) is unknown color: approx New York Pink. HEX triplet: D3, 80 and 77. RGB value is (211,128,119). Sum of RGB (Red+Green+Blue) = 211+128+119=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D38077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38077 is #2C7F88. Grayscale: #979797. Windows color (decimal): -2916233 or 7831763. OLE color: 7831763.

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

Color convert

RGB211128119-
CMYK00.390.440.17
HSL5.87º51.11%64.71%-
HSV(B)5.87º43.6%82.75%-
XYZ37.9130.6221.36-
YUV151.79109.5170.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=46.07%
G=27.95%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112811900.390.440.175.8751.1164.71
HexD380770272C1163341
Octal3232001670475421663101
Binary110100111000000011101110100111101100100011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38077; }

 p { color: rgb(211,128,119); }

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

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

 a { background-color: rgb(211,128,119); }

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

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

 span { border-color: rgb(211,128,119); }

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