#DA8E9D

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

Shades of Can Can #DA8E9D

Tints of Can Can #DA8E9D

Color information

#DA8E9D (or 0xDA8E9D) is unknown color: approx Can Can. HEX triplet: DA, 8E and 9D. RGB value is (218,142,157). Sum of RGB (Red+Green+Blue) = 218+142+157=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E9D is #257162. Grayscale: #A6A6A6. Windows color (decimal): -2453859 or 10325722. OLE color: 10325722.

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

Color convert

RGB218142157-
CMYK00.350.280.15
HSL348.16º50.67%70.59%-
HSV(B)348.16º34.86%85.49%-
XYZ44.6736.6936.62-
YUV166.43122.68164.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=42.17%
G=27.47%
B=30.37%

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
Decimal21814215700.350.280.15348.1650.6770.59
HexDA8E9D0231CF15c3347
Octal332216235043341753463107
Binary11011010100011101001110101000111110011111010111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E9D; }

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

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

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

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

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

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

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

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