#D5889E

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

Shades of Can Can #D5889E

Tints of Can Can #D5889E

Color information

#D5889E (or 0xD5889E) is unknown color: approx Can Can. HEX triplet: D5, 88 and 9E. RGB value is (213,136,158). Sum of RGB (Red+Green+Blue) = 213+136+158=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5889E is #2A7761. Grayscale: #A1A1A1. Windows color (decimal): -2783074 or 10389717. OLE color: 10389717.

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

Color convert

RGB213136158-
CMYK00.360.260.16
HSL342.86º47.83%68.43%-
HSV(B)342.86º36.15%83.53%-
XYZ42.4234.2236.72-
YUV161.53126.01164.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=42.01%
G=26.82%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313615800.360.260.16342.8647.8368.43
HexD5889E0241A101573044
Octal325210236044322052760104
Binary110101011000100010011110010010011010100001010101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5889E; }

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

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

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

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

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

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

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

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