#D594A3

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

Shades of Can Can #D594A3

Tints of Can Can #D594A3

Color information

#D594A3 (or 0xD594A3) is unknown color: approx Can Can. HEX triplet: D5, 94 and A3. RGB value is (213,148,163). Sum of RGB (Red+Green+Blue) = 213+148+163=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D594A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594A3 is #2A6B5C. Grayscale: #A9A9A9. Windows color (decimal): -2779997 or 10720469. OLE color: 10720469.

HSL color Cylindrical-coordinate representation of color #D594A3: hue angle of 346.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594A3 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213148163-
CMYK00.310.230.16
HSL346.15º43.62%70.78%-
HSV(B)346.15º30.52%83.53%-
XYZ44.6437.9739.63-
YUV169.14124.53159.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=40.65%
G=28.24%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314816300.310.230.16346.1543.6270.78
HexD594A301F171015a2c47
Octal325224243037272053254107
Binary11010101100101001010001101111110111100001010110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594A3; }

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

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

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

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

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

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

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

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