#D5888A

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

Shades of Can Can #D5888A

Tints of Can Can #D5888A

Color information

#D5888A (or 0xD5888A) is unknown color: approx Can Can. HEX triplet: D5, 88 and 8A. RGB value is (213,136,138). Sum of RGB (Red+Green+Blue) = 213+136+138=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5888A is #2A7775. Grayscale: #9F9F9F. Windows color (decimal): -2783094 or 9078997. OLE color: 9078997.

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

Color convert

RGB213136138-
CMYK00.360.350.16
HSL358.44º47.83%68.43%-
HSV(B)358.44º36.15%83.53%-
XYZ40.8333.5928.38-
YUV159.25116.01166.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=43.74%
G=27.93%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313613800.360.350.16358.4447.8368.43
HexD5888A02423101663044
Octal325210212044432054660104
Binary1101010110001000100010100100100100011100001011001101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5888A; }

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

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

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

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

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

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

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

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