#D57E9C

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

Shades of Can Can #D57E9C

Tints of Can Can #D57E9C

Color information

#D57E9C (or 0xD57E9C) is unknown color: approx Can Can. HEX triplet: D5, 7E and 9C. RGB value is (213,126,156). Sum of RGB (Red+Green+Blue) = 213+126+156=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E9C is #2A8163. Grayscale: #9B9B9B. Windows color (decimal): -2785636 or 10256085. OLE color: 10256085.

HSL color Cylindrical-coordinate representation of color #D57E9C: hue angle of 339.31º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57E9C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213126156-
CMYK00.410.270.16
HSL339.31º50.88%66.47%-
HSV(B)339.31º40.85%83.53%-
XYZ40.931.4735.37-
YUV155.43128.32169.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=43.03%
G=25.45%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312615600.410.270.16339.3150.8866.47
HexD57E9C0291B101533342
Octal325176234051332052363102
Binary11010101111111010011100010100111011100001010100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57E9C; }

 p { color: rgb(213,126,156); }

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

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

 a { background-color: rgb(213,126,156); }

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

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

 span { border-color: rgb(213,126,156); }

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