#DD8372

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

Shades of New York Pink #DD8372

Tints of New York Pink #DD8372

Color information

#DD8372 (or 0xDD8372) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 72. RGB value is (221,131,114). Sum of RGB (Red+Green+Blue) = 221+131+114=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8372 is #227C8D. Grayscale: #9C9C9C. Windows color (decimal): -2260110 or 7504861. OLE color: 7504861.

HSL color Cylindrical-coordinate representation of color #DD8372: hue angle of 9.53º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8372 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221131114-
CMYK00.410.480.13
HSL9.53º61.14%65.69%-
HSV(B)9.53º48.42%86.67%-
XYZ40.9732.8220.09-
YUV155.97104.32174.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=47.42%
G=28.11%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113111400.410.480.139.5361.1465.69
HexDD837202930Da3d42
Octal33520316205160151275102
Binary110111011000001111100100101001110000110110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8372; }

 p { color: rgb(221,131,114); }

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

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

 a { background-color: rgb(221,131,114); }

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

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

 span { border-color: rgb(221,131,114); }

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