Html Css Color HEX #DF8570 New York Pink

📋 copy color: '#DF8570'

red 223 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #DF8570

Tints of New York Pink #DF8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

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

R = 47.65%
G = 28.42%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8570 (or 0xDF8570) is known color: New York Pink. HEX triplet: DF, 85 and 70. RGB value is (223,133,112). Sum of RGB (Red+Green+Blue) = 223+133+112=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8570 is #207A8F. Grayscale: #9D9D9D. Windows color (decimal): -2128528 or 7374303. OLE color: 7374303.

HSL color Cylindrical-coordinate representation of color #DF8570: hue angle of 11.35º 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 #DF8570 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 112 -
CMYK 0 0.40 0.50 0.13
HSL 11.35º 0.63% 0.66% -
HSV(B) 11.35º 0.5% 0.87% -
XYZ 41.74 33.63 19.62 -
YUV 157.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 223 133 112 0 0.40 0.50 0.13 11.35 0.63 0.66
Hex DF 85 70 0 28 32 D B 3F 42
Octal 337 205 160 0 50 62 15 13 77 102
Binary 11011111 10000101 1110000 0 101000 110010 1101 1011 111111 1000010

Color Harmonies of #DF8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8570

Black with #DF8570

Text Example


Text Example

White with #DF8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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