#D57F9B

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

Shades of Can Can #D57F9B

Tints of Can Can #D57F9B

Color information

#D57F9B (or 0xD57F9B) is unknown color: approx Can Can. HEX triplet: D5, 7F and 9B. RGB value is (213,127,155). Sum of RGB (Red+Green+Blue) = 213+127+155=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F9B is #2A8064. Grayscale: #9B9B9B. Windows color (decimal): -2785381 or 10190805. OLE color: 10190805.

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

Color convert

RGB213127155-
CMYK00.400.270.16
HSL340.47º50.59%66.67%-
HSV(B)340.47º40.38%83.53%-
XYZ40.9531.6934.97-
YUV155.91127.49168.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=43.03%
G=25.66%
B=31.31%

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
Decimal21312715500.400.270.16340.4750.5966.67
HexD57F9B0281B101543343
Octal325177233050332052463103
Binary11010101111111110011011010100011011100001010101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F9B; }

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

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

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

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

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

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

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

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