#DD8374

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

Shades of New York Pink #DD8374

Tints of New York Pink #DD8374

Color information

#DD8374 (or 0xDD8374) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 74. RGB value is (221,131,116). Sum of RGB (Red+Green+Blue) = 221+131+116=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8374 is #227C8B. Grayscale: #9C9C9C. Windows color (decimal): -2260108 or 7635933. OLE color: 7635933.

HSL color Cylindrical-coordinate representation of color #DD8374: hue angle of 8.57º 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 #DD8374 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221131116-
CMYK00.410.480.13
HSL8.57º60.69%66.08%-
HSV(B)8.57º47.51%86.67%-
XYZ41.0932.8720.7-
YUV156.2105.32174.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=47.22%
G=27.99%
B=24.79%

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
Decimal22113111600.410.480.138.5760.6966.08
HexDD837402930D93d42
Octal33520316405160151175102
Binary110111011000001111101000101001110000110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8374; }

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

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

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

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

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

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

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

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