#DF8276

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

Shades of New York Pink #DF8276

Tints of New York Pink #DF8276

Color information

#DF8276 (or 0xDF8276) is unknown color: approx New York Pink. HEX triplet: DF, 82 and 76. RGB value is (223,130,118). Sum of RGB (Red+Green+Blue) = 223+130+118=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8276 is #207D89. Grayscale: #9C9C9C. Windows color (decimal): -2129290 or 7766751. OLE color: 7766751.

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

Color convert

RGB223130118-
CMYK00.420.470.13
HSL6.86º62.13%66.86%-
HSV(B)6.86º47.09%87.45%-
XYZ41.6832.9621.3-
YUV156.44106.31175.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=47.35%
G=27.60%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313011800.420.470.136.8662.1366.86
HexDF827602A2FD73e43
Octal3372021660525715776103
Binary11011111100000101110110010101010111111011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8276; }

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

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

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

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

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

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

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

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