#DA8D9D

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

Shades of Can Can #DA8D9D

Tints of Can Can #DA8D9D

Color information

#DA8D9D (or 0xDA8D9D) is unknown color: approx Can Can. HEX triplet: DA, 8D and 9D. RGB value is (218,141,157). Sum of RGB (Red+Green+Blue) = 218+141+157=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D9D is #257262. Grayscale: #A5A5A5. Windows color (decimal): -2454115 or 10325466. OLE color: 10325466.

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

Color convert

RGB218141157-
CMYK00.350.280.15
HSL347.53º50.99%70.39%-
HSV(B)347.53º35.32%85.49%-
XYZ44.5236.3936.58-
YUV165.85123.01165.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=42.25%
G=27.33%
B=30.43%

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
Decimal21814115700.350.280.15347.5350.9970.39
HexDA8D9D0231CF15c3346
Octal332215235043341753463106
Binary11011010100011011001110101000111110011111010111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D9D; }

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

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

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

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

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

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

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

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