#D585A3

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

Shades of Can Can #D585A3

Tints of Can Can #D585A3

Color information

#D585A3 (or 0xD585A3) is unknown color: approx Can Can. HEX triplet: D5, 85 and A3. RGB value is (213,133,163). Sum of RGB (Red+Green+Blue) = 213+133+163=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D585A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D585A3 is #2A7A5C. Grayscale: #A0A0A0. Windows color (decimal): -2783837 or 10716629. OLE color: 10716629.

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

Color convert

RGB213133163-
CMYK00.380.230.16
HSL337.5º48.78%67.84%-
HSV(B)337.5º37.56%83.53%-
XYZ42.4433.5738.89-
YUV160.34129.5165.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=41.85%
G=26.13%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313316300.380.230.16337.548.7867.84
HexD585A302617101523144
Octal325205243046272052261104
Binary110101011000010110100011010011010111100001010100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585A3; }

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

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

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

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

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

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

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

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