#DA768E

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

Shades of Charm #DA768E

Tints of Charm #DA768E

Color information

#DA768E (or 0xDA768E) is unknown color: approx Charm. HEX triplet: DA, 76 and 8E. RGB value is (218,118,142). Sum of RGB (Red+Green+Blue) = 218+118+142=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768E is #258971. Grayscale: #969696. Windows color (decimal): -2460018 or 9336538. OLE color: 9336538.

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

Color convert

RGB218118142-
CMYK00.460.350.15
HSL345.6º57.47%65.88%-
HSV(B)345.6º45.87%85.49%-
XYZ40.2729.8229.22-
YUV150.64123.13176.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=45.61%
G=24.69%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811814200.460.350.15345.657.4765.88
HexDA768E02E23F15a3942
Octal332166216056431753271102
Binary11011010111011010001110010111010001111111010110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA768E; }

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

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

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

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

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

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

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

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