#DA8E78

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

Shades of My Pink #DA8E78

Tints of My Pink #DA8E78

Color information

#DA8E78 (or 0xDA8E78) is unknown color: approx My Pink. HEX triplet: DA, 8E and 78. RGB value is (218,142,120). Sum of RGB (Red+Green+Blue) = 218+142+120=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E78 is #257187. Grayscale: #A2A2A2. Windows color (decimal): -2453896 or 7900890. OLE color: 7900890.

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

Color convert

RGB218142120-
CMYK00.350.450.15
HSL13.47º56.98%66.27%-
HSV(B)13.47º44.95%85.49%-
XYZ41.9835.6122.43-
YUV162.22104.18167.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 120 (47.27% from 255) = 25%
R=45.42%
G=29.58%
B=25%

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
Decimal21814212000.350.450.1513.4756.9866.27
HexDA8E780232DFd3942
Octal33221617004355171571102
Binary110110101000111011110000100011101101111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E78; }

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

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

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

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

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

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

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

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