#D585A2

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

Shades of Can Can #D585A2

Tints of Can Can #D585A2

Color information

#D585A2 (or 0xD585A2) is unknown color: approx Can Can. HEX triplet: D5, 85 and A2. RGB value is (213,133,162). Sum of RGB (Red+Green+Blue) = 213+133+162=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D585A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585A2 is #2A7A5D. Grayscale: #A0A0A0. Windows color (decimal): -2783838 or 10651093. OLE color: 10651093.

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

Color convert

RGB213133162-
CMYK00.380.240.16
HSL338.25º48.78%67.84%-
HSV(B)338.25º37.56%83.53%-
XYZ42.3533.5338.42-
YUV160.23129165.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 162 (63.67% from 255) = 31.89%
R=41.93%
G=26.18%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313316200.380.240.16338.2548.7867.84
HexD585A202618101523144
Octal325205242046302052261104
Binary110101011000010110100010010011011000100001010100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585A2; }

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

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

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

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

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

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

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

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