Html Css Color HEX #DA7872 New York Pink

📋 copy color: '#DA7872'

red 218 ◦ green 120 ◦ blue 114

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

Shades of New York Pink #DA7872

Tints of New York Pink #DA7872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 48.23%
G = 26.55%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7872 (or 0xDA7872) is known color: New York Pink. HEX triplet: DA, 78 and 72. RGB value is (218,120,114). Sum of RGB (Red+Green+Blue) = 218+120+114=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7872 is #25878D. Grayscale: #949494. Windows color (decimal): -2459534 or 7502042. OLE color: 7502042.

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

Color convert

RGB 218 120 114 -
CMYK 0 0.45 0.48 0.15
HSL 3.46º 0.58% 0.65% -
HSV(B) 3.46º 0.48% 0.85% -
XYZ 38.67 29.55 19.59 -
YUV 148.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 218 120 114 0 0.45 0.48 0.15 3.46 0.58 0.65
Hex DA 78 72 0 2D 30 F 3 3A 41
Octal 332 170 162 0 55 60 17 3 72 101
Binary 11011010 1111000 1110010 0 101101 110000 1111 11 111010 1000001

Color Harmonies of #DA7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7872

Black with #DA7872

Text Example


Text Example

White with #DA7872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7872; }

 p { color: rgb(218,120,114); }

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

background-color css

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

 a { background-color: rgb(218,120,114); }

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

border-color css

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

 span { border-color: rgb(218,120,114); }

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