Html Css Color HEX #DF8A71 New York Pink

📋 copy color: '#DF8A71'

red 223 ◦ green 138 ◦ blue 113

#DF8A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DF8A71

Tints of New York Pink #DF8A71

RGB

 RED value IS 223 (87.5% from 255) = 47.05%

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 47.05%
G = 29.11%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8A71 (or 0xDF8A71) is known color: New York Pink. HEX triplet: DF, 8A and 71. RGB value is (223,138,113). Sum of RGB (Red+Green+Blue) = 223+138+113=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A71 is #20758E. Grayscale: #A0A0A0. Windows color (decimal): -2127247 or 7441119. OLE color: 7441119.

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

Color convert

RGB 223 138 113 -
CMYK 0 0.38 0.49 0.13
HSL 13.64º 0.63% 0.66% -
HSV(B) 13.64º 0.49% 0.87% -
XYZ 42.5 35.06 20.15 -
YUV 160.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 223 138 113 0 0.38 0.49 0.13 13.64 0.63 0.66
Hex DF 8A 71 0 26 31 D E 3F 42
Octal 337 212 161 0 46 61 15 16 77 102
Binary 11011111 10001010 1110001 0 100110 110001 1101 1110 111111 1000010

Color Harmonies of #DF8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A71

Black with #DF8A71

Text Example


Text Example

White with #DF8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A71; }

 p { color: rgb(223,138,113); }

 H1.HeaderClassName
 {
   color: #DF8A71;
 }
 .AnyTagClassName
 {
   color: #DF8A71;
 }
</style>

background-color css

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

 a { background-color: rgb(223,138,113); }

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

border-color css

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

 span { border-color: rgb(223,138,113); }

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