#D589A0

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

Shades of Can Can #D589A0

Tints of Can Can #D589A0

Color information

#D589A0 (or 0xD589A0) is unknown color: approx Can Can. HEX triplet: D5, 89 and A0. RGB value is (213,137,160). Sum of RGB (Red+Green+Blue) = 213+137+160=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D589A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589A0 is #2A765F. Grayscale: #A2A2A2. Windows color (decimal): -2782816 or 10521045. OLE color: 10521045.

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

Color convert

RGB213137160-
CMYK00.360.250.16
HSL341.84º47.5%68.63%-
HSV(B)341.84º35.68%83.53%-
XYZ42.7334.5837.68-
YUV162.35126.68164.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=41.76%
G=26.86%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313716000.360.250.16341.8447.568.63
HexD589A002419101563045
Octal325211240044312052660105
Binary110101011000100110100000010010011001100001010101101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589A0; }

 p { color: rgb(213,137,160); }

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

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

 a { background-color: rgb(213,137,160); }

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

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

 span { border-color: rgb(213,137,160); }

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