#D97A8C

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

Shades of Charm #D97A8C

Tints of Charm #D97A8C

Color information

#D97A8C (or 0xD97A8C) is unknown color: approx Charm. HEX triplet: D9, 7A and 8C. RGB value is (217,122,140). Sum of RGB (Red+Green+Blue) = 217+122+140=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A8C is #268573. Grayscale: #989898. Windows color (decimal): -2524532 or 9206489. OLE color: 9206489.

HSL color Cylindrical-coordinate representation of color #D97A8C: hue angle of 348.63º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A8C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217122140-
CMYK00.440.350.15
HSL348.63º55.56%66.47%-
HSV(B)348.63º43.78%85.1%-
XYZ40.3130.5628.59-
YUV152.46120.97174.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=45.30%
G=25.47%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712214000.440.350.15348.6355.5666.47
HexD97A8C02C23F15d3842
Octal331172214054431753570102
Binary11011001111101010001100010110010001111111010111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A8C; }

 p { color: rgb(217,122,140); }

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

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

 a { background-color: rgb(217,122,140); }

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

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

 span { border-color: rgb(217,122,140); }

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