#DA8D9C

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

Shades of Can Can #DA8D9C

Tints of Can Can #DA8D9C

Color information

#DA8D9C (or 0xDA8D9C) is unknown color: approx Can Can. HEX triplet: DA, 8D and 9C. RGB value is (218,141,156). Sum of RGB (Red+Green+Blue) = 218+141+156=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D9C is #257263. Grayscale: #A5A5A5. Windows color (decimal): -2454116 or 10259930. OLE color: 10259930.

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

Color convert

RGB218141156-
CMYK00.350.280.15
HSL348.31º50.99%70.39%-
HSV(B)348.31º35.32%85.49%-
XYZ44.4436.3636.13-
YUV165.73122.51165.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=42.33%
G=27.38%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814115600.350.280.15348.3150.9970.39
HexDA8D9C0231CF15c3346
Octal332215234043341753463106
Binary11011010100011011001110001000111110011111010111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D9C; }

 p { color: rgb(218,141,156); }

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

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

 a { background-color: rgb(218,141,156); }

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

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

 span { border-color: rgb(218,141,156); }

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