#D18D9E

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

Shades of Can Can #D18D9E

Tints of Can Can #D18D9E

Color information

#D18D9E (or 0xD18D9E) is unknown color: approx Can Can. HEX triplet: D1, 8D and 9E. RGB value is (209,141,158). Sum of RGB (Red+Green+Blue) = 209+141+158=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18D9E is #2E7261. Grayscale: #A3A3A3. Windows color (decimal): -3043938 or 10390993. OLE color: 10390993.

HSL color Cylindrical-coordinate representation of color #D18D9E: hue angle of 345º 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 #D18D9E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209141158-
CMYK00.330.240.18
HSL345º42.5%68.63%-
HSV(B)345º32.54%81.96%-
XYZ41.9935.0736.9-
YUV163.27125.03160.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=41.14%
G=27.76%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914115800.330.240.1834542.568.63
HexD18D9E02118121592a45
Octal321215236041302253152105
Binary110100011000110110011110010000111000100101010110011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D9E; }

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

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

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

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

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

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

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

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