#DA949D

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

Shades of Can Can #DA949D

Tints of Can Can #DA949D

Color information

#DA949D (or 0xDA949D) is unknown color: approx Can Can. HEX triplet: DA, 94 and 9D. RGB value is (218,148,157). Sum of RGB (Red+Green+Blue) = 218+148+157=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA949D is #256B62. Grayscale: #A9A9A9. Windows color (decimal): -2452323 or 10327258. OLE color: 10327258.

HSL color Cylindrical-coordinate representation of color #DA949D: hue angle of 352.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA949D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218148157-
CMYK00.320.280.15
HSL352.29º48.61%71.76%-
HSV(B)352.29º32.11%85.49%-
XYZ45.5938.5236.93-
YUV169.96120.69162.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=41.68%
G=28.30%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814815700.320.280.15352.2948.6171.76
HexDA949D0201CF1603148
Octal332224235040341754061110
Binary11011010100101001001110101000001110011111011000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA949D; }

 p { color: rgb(218,148,157); }

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

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

 a { background-color: rgb(218,148,157); }

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

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

 span { border-color: rgb(218,148,157); }

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