#DD816B

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

Shades of New York Pink #DD816B

Tints of New York Pink #DD816B

Color information

#DD816B (or 0xDD816B) is unknown color: approx New York Pink. HEX triplet: DD, 81 and 6B. RGB value is (221,129,107). Sum of RGB (Red+Green+Blue) = 221+129+107=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD816B is #227E94. Grayscale: #9A9A9A. Windows color (decimal): -2260629 or 7045597. OLE color: 7045597.

HSL color Cylindrical-coordinate representation of color #DD816B: hue angle of 11.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD816B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221129107-
CMYK00.420.520.13
HSL11.58º62.64%64.31%-
HSV(B)11.58º51.58%86.67%-
XYZ40.3232.1317.99-
YUV154101.48175.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=48.36%
G=28.23%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112910700.420.520.1311.5862.6464.31
HexDD816B02A34Dc3f40
Octal33520115305264151477100
Binary110111011000000111010110101010110100110111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD816B; }

 p { color: rgb(221,129,107); }

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

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

 a { background-color: rgb(221,129,107); }

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

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

 span { border-color: rgb(221,129,107); }

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