Html Css Color HEX #DA8570 New York Pink

📋 copy color: '#DA8570'

red 218 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #DA8570

Tints of New York Pink #DA8570

RGB

 RED value IS 218 (85.55% from 255) = 47.08%

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

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

R = 47.08%
G = 28.73%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA8570 (or 0xDA8570) is known color: New York Pink. HEX triplet: DA, 85 and 70. RGB value is (218,133,112). Sum of RGB (Red+Green+Blue) = 218+133+112=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8570 is #257A8F. Grayscale: #9C9C9C. Windows color (decimal): -2456208 or 7374298. OLE color: 7374298.

HSL color Cylindrical-coordinate representation of color #DA8570: hue angle of 11.89º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA8570 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 112 -
CMYK 0 0.39 0.49 0.15
HSL 11.89º 0.59% 0.65% -
HSV(B) 11.89º 0.49% 0.85% -
XYZ 40.23 32.85 19.55 -
YUV 156.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 218 133 112 0 0.39 0.49 0.15 11.89 0.59 0.65
Hex DA 85 70 0 27 31 F C 3B 41
Octal 332 205 160 0 47 61 17 14 73 101
Binary 11011010 10000101 1110000 0 100111 110001 1111 1100 111011 1000001

Color Harmonies of #DA8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8570

Black with #DA8570

Text Example


Text Example

White with #DA8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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