#DA8D78

Color #DA8D78 My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #DA8D78

Tints of My Pink #DA8D78

Color information

#DA8D78 (or 0xDA8D78) is unknown color: approx My Pink. HEX triplet: DA, 8D and 78. RGB value is (218,141,120). Sum of RGB (Red+Green+Blue) = 218+141+120=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D78 is #257287. Grayscale: #A1A1A1. Windows color (decimal): -2454152 or 7900634. OLE color: 7900634.

HSL color Cylindrical-coordinate representation of color #DA8D78: hue angle of 12.86º 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 #DA8D78 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218141120-
CMYK00.350.450.15
HSL12.86º56.98%66.27%-
HSV(B)12.86º44.95%85.49%-
XYZ41.8335.3122.38-
YUV161.63104.51168.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=45.51%
G=29.44%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814112000.350.450.1512.8656.9866.27
HexDA8D780232DFd3942
Octal33221517004355171571102
Binary110110101000110111110000100011101101111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D78; }

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

 H1.HeaderClassName
 {
   color: #DA8D78;
 }
 .AnyTagClassName
 {
   color: #DA8D78;
 }
</style>
background-color css

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

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

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

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

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

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