#DA748C

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

Shades of Charm #DA748C

Tints of Charm #DA748C

Color information

#DA748C (or 0xDA748C) is unknown color: approx Charm. HEX triplet: DA, 74 and 8C. RGB value is (218,116,140). Sum of RGB (Red+Green+Blue) = 218+116+140=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA748C is #258B73. Grayscale: #959595. Windows color (decimal): -2460532 or 9204954. OLE color: 9204954.

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

Color convert

RGB218116140-
CMYK00.470.360.15
HSL345.88º57.95%65.49%-
HSV(B)345.88º46.79%85.49%-
XYZ39.8929.2928.36-
YUV149.23122.79177.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=45.99%
G=24.47%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811614000.470.360.15345.8857.9565.49
HexDA748C02F24F15a3a41
Octal332164214057441753272101
Binary11011010111010010001100010111110010011111010110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA748C; }

 p { color: rgb(218,116,140); }

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

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

 a { background-color: rgb(218,116,140); }

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

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

 span { border-color: rgb(218,116,140); }

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