#D5889C

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

Shades of Can Can #D5889C

Tints of Can Can #D5889C

Color information

#D5889C (or 0xD5889C) is unknown color: approx Can Can. HEX triplet: D5, 88 and 9C. RGB value is (213,136,156). Sum of RGB (Red+Green+Blue) = 213+136+156=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5889C is #2A7763. Grayscale: #A1A1A1. Windows color (decimal): -2783076 or 10258645. OLE color: 10258645.

HSL color Cylindrical-coordinate representation of color #D5889C: hue angle of 344.42º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5889C is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213136156-
CMYK00.360.270.16
HSL344.42º47.83%68.43%-
HSV(B)344.42º36.15%83.53%-
XYZ42.2534.1535.82-
YUV161.3125.01164.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=42.18%
G=26.93%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313615600.360.270.16344.4247.8368.43
HexD5889C0241B101583044
Octal325210234044332053060104
Binary110101011000100010011100010010011011100001010110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5889C; }

 p { color: rgb(213,136,156); }

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

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

 a { background-color: rgb(213,136,156); }

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

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

 span { border-color: rgb(213,136,156); }

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