Html Css Color HEX #DF8070 New York Pink

📋 copy color: '#DF8070'

red 223 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #DF8070

Tints of New York Pink #DF8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 48.16%
G = 27.65%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8070 (or 0xDF8070) is known color: New York Pink. HEX triplet: DF, 80 and 70. RGB value is (223,128,112). Sum of RGB (Red+Green+Blue) = 223+128+112=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8070 is #207F8F. Grayscale: #9A9A9A. Windows color (decimal): -2129808 or 7373023. OLE color: 7373023.

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

Color convert

RGB 223 128 112 -
CMYK 0 0.43 0.50 0.13
HSL 8.65º 0.63% 0.66% -
HSV(B) 8.65º 0.5% 0.87% -
XYZ 41.08 32.3 19.4 -
YUV 154.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 223 128 112 0 0.43 0.50 0.13 8.65 0.63 0.66
Hex DF 80 70 0 2B 32 D 9 3F 42
Octal 337 200 160 0 53 62 15 11 77 102
Binary 11011111 10000000 1110000 0 101011 110010 1101 1001 111111 1000010

Color Harmonies of #DF8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8070

Black with #DF8070

Text Example


Text Example

White with #DF8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8070; }

 p { color: rgb(223,128,112); }

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

background-color css

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

 a { background-color: rgb(223,128,112); }

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

border-color css

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

 span { border-color: rgb(223,128,112); }

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