#D97F9B

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

Shades of Can Can #D97F9B

Tints of Can Can #D97F9B

Color information

#D97F9B (or 0xD97F9B) is unknown color: approx Can Can. HEX triplet: D9, 7F and 9B. RGB value is (217,127,155). Sum of RGB (Red+Green+Blue) = 217+127+155=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F9B is #268064. Grayscale: #9D9D9D. Windows color (decimal): -2523237 or 10190809. OLE color: 10190809.

HSL color Cylindrical-coordinate representation of color #D97F9B: hue angle of 341.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97F9B is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217127155-
CMYK00.410.290.15
HSL341.33º54.22%67.45%-
HSV(B)341.33º41.47%85.1%-
XYZ42.1232.335.02-
YUV157.1126.82170.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=43.49%
G=25.45%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712715500.410.290.15341.3354.2267.45
HexD97F9B0291DF1553643
Octal331177233051351752566103
Binary1101100111111111001101101010011110111111010101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F9B; }

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

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

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

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

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

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

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

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