#D38075

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

Shades of New York Pink #D38075

Tints of New York Pink #D38075

Color information

#D38075 (or 0xD38075) is unknown color: approx New York Pink. HEX triplet: D3, 80 and 75. RGB value is (211,128,117). Sum of RGB (Red+Green+Blue) = 211+128+117=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D38075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38075 is #2C7F8A. Grayscale: #979797. Windows color (decimal): -2916235 or 7700691. OLE color: 7700691.

HSL color Cylindrical-coordinate representation of color #D38075: hue angle of 7.02º 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 #D38075 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211128117-
CMYK00.390.450.17
HSL7.02º51.65%64.31%-
HSV(B)7.02º44.55%82.75%-
XYZ37.7930.5720.74-
YUV151.56108.5170.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=46.27%
G=28.07%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112811700.390.450.177.0251.6564.31
HexD380750272D1173440
Octal3232001650475521764100
Binary110100111000000011101010100111101101100011111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38075; }

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

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

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

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

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

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

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

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