#D18DA5

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

Shades of Can Can #D18DA5

Tints of Can Can #D18DA5

Color information

#D18DA5 (or 0xD18DA5) is unknown color: approx Can Can. HEX triplet: D1, 8D and A5. RGB value is (209,141,165). Sum of RGB (Red+Green+Blue) = 209+141+165=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DA5 is #2E725A. Grayscale: #A4A4A4. Windows color (decimal): -3043931 or 10849745. OLE color: 10849745.

HSL color Cylindrical-coordinate representation of color #D18DA5: hue angle of 338.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DA5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209141165-
CMYK00.330.210.18
HSL338.82º42.5%68.63%-
HSV(B)338.82º32.54%81.96%-
XYZ42.6135.3240.17-
YUV164.07128.53160.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=40.58%
G=27.38%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914116500.330.210.18338.8242.568.63
HexD18DA502115121532a45
Octal321215245041252252352105
Binary110100011000110110100101010000110101100101010100111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DA5; }

 p { color: rgb(209,141,165); }

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

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

 a { background-color: rgb(209,141,165); }

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

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

 span { border-color: rgb(209,141,165); }

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