#D57F97

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

Shades of Can Can #D57F97

Tints of Can Can #D57F97

Color information

#D57F97 (or 0xD57F97) is unknown color: approx Can Can. HEX triplet: D5, 7F and 97. RGB value is (213,127,151). Sum of RGB (Red+Green+Blue) = 213+127+151=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F97 is #2A8068. Grayscale: #9B9B9B. Windows color (decimal): -2785385 or 9928661. OLE color: 9928661.

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

Color convert

RGB213127151-
CMYK00.400.290.16
HSL343.26º50.59%66.67%-
HSV(B)343.26º40.38%83.53%-
XYZ40.6231.5633.23-
YUV155.45125.49169.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=43.38%
G=25.87%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312715100.400.290.16343.2650.5966.67
HexD57F970281D101573343
Octal325177227050352052763103
Binary11010101111111110010111010100011101100001010101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F97; }

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

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

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

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

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

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

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

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