#D594A2

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

Shades of Can Can #D594A2

Tints of Can Can #D594A2

Color information

#D594A2 (or 0xD594A2) is unknown color: approx Can Can. HEX triplet: D5, 94 and A2. RGB value is (213,148,162). Sum of RGB (Red+Green+Blue) = 213+148+162=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D594A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594A2 is #2A6B5D. Grayscale: #A9A9A9. Windows color (decimal): -2779998 or 10654933. OLE color: 10654933.

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

Color convert

RGB213148162-
CMYK00.310.240.16
HSL347.08º43.62%70.78%-
HSV(B)347.08º30.52%83.53%-
XYZ44.5537.9339.16-
YUV169.03124.03159.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=40.73%
G=28.30%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314816200.310.240.16347.0843.6270.78
HexD594A201F181015b2c47
Octal325224242037302053354107
Binary11010101100101001010001001111111000100001010110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594A2; }

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

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

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

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

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

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

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

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