#D5859D

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

Shades of Can Can #D5859D

Tints of Can Can #D5859D

Color information

#D5859D (or 0xD5859D) is unknown color: approx Can Can. HEX triplet: D5, 85 and 9D. RGB value is (213,133,157). Sum of RGB (Red+Green+Blue) = 213+133+157=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5859D is #2A7A62. Grayscale: #9F9F9F. Windows color (decimal): -2783843 or 10323413. OLE color: 10323413.

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

Color convert

RGB213133157-
CMYK00.380.260.16
HSL342º48.78%67.84%-
HSV(B)342º37.56%83.53%-
XYZ41.9133.3636.13-
YUV159.66126.5166.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=42.35%
G=26.44%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313315700.380.260.1634248.7867.84
HexD5859D0261A101563144
Octal325205235046322052661104
Binary110101011000010110011101010011011010100001010101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5859D; }

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

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

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

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

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

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

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

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