#DA829B

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

Shades of Can Can #DA829B

Tints of Can Can #DA829B

Color information

#DA829B (or 0xDA829B) is unknown color: approx Can Can. HEX triplet: DA, 82 and 9B. RGB value is (218,130,155). Sum of RGB (Red+Green+Blue) = 218+130+155=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA829B is #257D64. Grayscale: #9F9F9F. Windows color (decimal): -2456933 or 10191578. OLE color: 10191578.

HSL color Cylindrical-coordinate representation of color #DA829B: hue angle of 342.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA829B is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218130155-
CMYK00.400.290.15
HSL342.95º54.32%68.24%-
HSV(B)342.95º40.37%85.49%-
XYZ42.8133.2435.17-
YUV159.16125.65169.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=43.34%
G=25.84%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813015500.400.290.15342.9554.3268.24
HexDA829B0281DF1573644
Octal332202233050351752766104
Binary11011010100000101001101101010001110111111010101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA829B; }

 p { color: rgb(218,130,155); }

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

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

 a { background-color: rgb(218,130,155); }

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

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

 span { border-color: rgb(218,130,155); }

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