#D5859F

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

Shades of Can Can #D5859F

Tints of Can Can #D5859F

Color information

#D5859F (or 0xD5859F) is unknown color: approx Can Can. HEX triplet: D5, 85 and 9F. RGB value is (213,133,159). Sum of RGB (Red+Green+Blue) = 213+133+159=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5859F is #2A7A60. Grayscale: #9F9F9F. Windows color (decimal): -2783841 or 10454485. OLE color: 10454485.

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

Color convert

RGB213133159-
CMYK00.380.250.16
HSL340.5º48.78%67.84%-
HSV(B)340.5º37.56%83.53%-
XYZ42.0933.4237.03-
YUV159.88127.5165.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=42.18%
G=26.34%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313315900.380.250.16340.548.7867.84
HexD5859F02619101543144
Octal325205237046312052461104
Binary110101011000010110011111010011011001100001010101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5859F; }

 p { color: rgb(213,133,159); }

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

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

 a { background-color: rgb(213,133,159); }

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

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

 span { border-color: rgb(213,133,159); }

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