#D57F9C

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

Shades of Can Can #D57F9C

Tints of Can Can #D57F9C

Color information

#D57F9C (or 0xD57F9C) is unknown color: approx Can Can. HEX triplet: D5, 7F and 9C. RGB value is (213,127,156). Sum of RGB (Red+Green+Blue) = 213+127+156=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F9C is #2A8063. Grayscale: #9B9B9B. Windows color (decimal): -2785380 or 10256341. OLE color: 10256341.

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

Color convert

RGB213127156-
CMYK00.400.270.16
HSL339.77º50.59%66.67%-
HSV(B)339.77º40.38%83.53%-
XYZ41.0331.7335.41-
YUV156.02127.99168.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=42.94%
G=25.60%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312715600.400.270.16339.7750.5966.67
HexD57F9C0281B101543343
Octal325177234050332052463103
Binary11010101111111110011100010100011011100001010101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F9C; }

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

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

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

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

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

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

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

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