#DA859E

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

Shades of Can Can #DA859E

Tints of Can Can #DA859E

Color information

#DA859E (or 0xDA859E) is unknown color: approx Can Can. HEX triplet: DA, 85 and 9E. RGB value is (218,133,158). Sum of RGB (Red+Green+Blue) = 218+133+158=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859E is #257A61. Grayscale: #A1A1A1. Windows color (decimal): -2456162 or 10388954. OLE color: 10388954.

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

Color convert

RGB218133158-
CMYK00.390.280.15
HSL342.35º53.46%68.82%-
HSV(B)342.35º38.99%85.49%-
XYZ43.4734.1536.65-
YUV161.26126.16168.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=42.83%
G=26.13%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813315800.390.280.15342.3553.4668.82
HexDA859E0271CF1563545
Octal332205236047341752665105
Binary11011010100001011001111001001111110011111010101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA859E; }

 p { color: rgb(218,133,158); }

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

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

 a { background-color: rgb(218,133,158); }

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

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

 span { border-color: rgb(218,133,158); }

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