#DA8D9A

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

Shades of Can Can #DA8D9A

Tints of Can Can #DA8D9A

Color information

#DA8D9A (or 0xDA8D9A) is unknown color: approx Can Can. HEX triplet: DA, 8D and 9A. RGB value is (218,141,154). Sum of RGB (Red+Green+Blue) = 218+141+154=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D9A is #257265. Grayscale: #A5A5A5. Windows color (decimal): -2454118 or 10128858. OLE color: 10128858.

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

Color convert

RGB218141154-
CMYK00.350.290.15
HSL349.87º50.99%70.39%-
HSV(B)349.87º35.32%85.49%-
XYZ44.2736.2935.24-
YUV165.51121.51165.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=42.50%
G=27.49%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814115400.350.290.15349.8750.9970.39
HexDA8D9A0231DF15e3346
Octal332215232043351753663106
Binary11011010100011011001101001000111110111111010111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D9A; }

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

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

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

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

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

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

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

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