#DD8272

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

Shades of New York Pink #DD8272

Tints of New York Pink #DD8272

Color information

#DD8272 (or 0xDD8272) is unknown color: approx New York Pink. HEX triplet: DD, 82 and 72. RGB value is (221,130,114). Sum of RGB (Red+Green+Blue) = 221+130+114=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8272 is #227D8D. Grayscale: #9B9B9B. Windows color (decimal): -2260366 or 7504605. OLE color: 7504605.

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

Color convert

RGB221130114-
CMYK00.410.480.13
HSL8.97º61.14%65.69%-
HSV(B)8.97º48.42%86.67%-
XYZ40.8432.5520.05-
YUV155.39104.65174.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=47.53%
G=27.96%
B=24.52%

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
Decimal22113011400.410.480.138.9761.1465.69
HexDD827202930D93d42
Octal33520216205160151175102
Binary110111011000001011100100101001110000110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8272; }

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

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

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

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

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

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

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

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