#DA859D

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

Shades of Can Can #DA859D

Tints of Can Can #DA859D

Color information

#DA859D (or 0xDA859D) is unknown color: approx Can Can. HEX triplet: DA, 85 and 9D. RGB value is (218,133,157). Sum of RGB (Red+Green+Blue) = 218+133+157=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859D is #257A62. Grayscale: #A1A1A1. Windows color (decimal): -2456163 or 10323418. OLE color: 10323418.

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

Color convert

RGB218133157-
CMYK00.390.280.15
HSL343.06º53.46%68.82%-
HSV(B)343.06º38.99%85.49%-
XYZ43.3934.1136.2-
YUV161.15125.66168.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=42.91%
G=26.18%
B=30.91%

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
Decimal21813315700.390.280.15343.0653.4668.82
HexDA859D0271CF1573545
Octal332205235047341752765105
Binary11011010100001011001110101001111110011111010101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA859D; }

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

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

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

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

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

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

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

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