#DA7C8B

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

Shades of Charm #DA7C8B

Tints of Charm #DA7C8B

Color information

#DA7C8B (or 0xDA7C8B) is unknown color: approx Charm. HEX triplet: DA, 7C and 8B. RGB value is (218,124,139). Sum of RGB (Red+Green+Blue) = 218+124+139=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7C8B is #258374. Grayscale: #999999. Windows color (decimal): -2458485 or 9141466. OLE color: 9141466.

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

Color convert

RGB218124139-
CMYK00.430.360.15
HSL350.43º55.95%67.06%-
HSV(B)350.43º43.12%85.49%-
XYZ40.7831.1828.3-
YUV153.82119.64173.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=45.32%
G=25.78%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812413900.430.360.15350.4355.9567.06
HexDA7C8B02B24F15e3843
Octal332174213053441753670103
Binary11011010111110010001011010101110010011111010111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7C8B; }

 p { color: rgb(218,124,139); }

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

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

 a { background-color: rgb(218,124,139); }

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

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

 span { border-color: rgb(218,124,139); }

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