#DF826B

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

Shades of New York Pink #DF826B

Tints of New York Pink #DF826B

Color information

#DF826B (or 0xDF826B) is unknown color: approx New York Pink. HEX triplet: DF, 82 and 6B. RGB value is (223,130,107). Sum of RGB (Red+Green+Blue) = 223+130+107=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF826B is #207D94. Grayscale: #9B9B9B. Windows color (decimal): -2129301 or 7045855. OLE color: 7045855.

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

Color convert

RGB223130107-
CMYK00.420.520.13
HSL11.9º64.44%64.71%-
HSV(B)11.9º52.02%87.45%-
XYZ41.0732.7118.06-
YUV155.18100.81176.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=48.48%
G=28.26%
B=23.26%

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
Decimal22313010700.420.520.1311.964.4464.71
HexDF826B02A34Dc4041
Octal337202153052641514100101
Binary1101111110000010110101101010101101001101110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF826B; }

 p { color: rgb(223,130,107); }

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

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

 a { background-color: rgb(223,130,107); }

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

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

 span { border-color: rgb(223,130,107); }

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