#DA829D

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

Shades of Can Can #DA829D

Tints of Can Can #DA829D

Color information

#DA829D (or 0xDA829D) is unknown color: approx Can Can. HEX triplet: DA, 82 and 9D. RGB value is (218,130,157). Sum of RGB (Red+Green+Blue) = 218+130+157=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA829D is #257D62. Grayscale: #9F9F9F. Windows color (decimal): -2456931 or 10322650. OLE color: 10322650.

HSL color Cylindrical-coordinate representation of color #DA829D: hue angle of 341.59º 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 #DA829D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218130157-
CMYK00.400.280.15
HSL341.59º54.32%68.24%-
HSV(B)341.59º40.37%85.49%-
XYZ42.9833.3136.06-
YUV159.39126.65169.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=43.17%
G=25.74%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813015700.400.280.15341.5954.3268.24
HexDA829D0281CF1563644
Octal332202235050341752666104
Binary11011010100000101001110101010001110011111010101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA829D; }

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

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

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

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

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

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

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

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