#DA859B

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

Shades of Can Can #DA859B

Tints of Can Can #DA859B

Color information

#DA859B (or 0xDA859B) is unknown color: approx Can Can. HEX triplet: DA, 85 and 9B. RGB value is (218,133,155). Sum of RGB (Red+Green+Blue) = 218+133+155=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859B is #257A64. Grayscale: #A0A0A0. Windows color (decimal): -2456165 or 10192346. OLE color: 10192346.

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

Color convert

RGB218133155-
CMYK00.390.290.15
HSL344.47º53.46%68.82%-
HSV(B)344.47º38.99%85.49%-
XYZ43.2234.0535.3-
YUV160.92124.66168.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=43.08%
G=26.28%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813315500.390.290.15344.4753.4668.82
HexDA859B0271DF1583545
Octal332205233047351753065105
Binary11011010100001011001101101001111110111111010110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA859B; }

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

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

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

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

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

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

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

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