Html Css Color HEX #DA8878 New York Pink

📋 copy color: '#DA8878'

red 218 ◦ green 136 ◦ blue 120

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

Shades of New York Pink #DA8878

Tints of New York Pink #DA8878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 45.99%
G = 28.69%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8878 (or 0xDA8878) is known color: New York Pink. HEX triplet: DA, 88 and 78. RGB value is (218,136,120). Sum of RGB (Red+Green+Blue) = 218+136+120=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8878 is #257787. Grayscale: #9E9E9E. Windows color (decimal): -2455432 or 7899354. OLE color: 7899354.

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

Color convert

RGB 218 136 120 -
CMYK 0 0.38 0.45 0.15
HSL 9.8º 0.57% 0.66% -
HSV(B) 9.8º 0.45% 0.85% -
XYZ 41.11 33.87 22.14 -
YUV 158.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 218 136 120 0 0.38 0.45 0.15 9.8 0.57 0.66
Hex DA 88 78 0 26 2D F A 39 42
Octal 332 210 170 0 46 55 17 12 71 102
Binary 11011010 10001000 1111000 0 100110 101101 1111 1010 111001 1000010

Color Harmonies of #DA8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8878

Black with #DA8878

Text Example


Text Example

White with #DA8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8878; }

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

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

background-color css

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

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

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

border-color css

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

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

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