#D97988

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

Shades of Charm #D97988

Tints of Charm #D97988

Color information

#D97988 (or 0xD97988) is unknown color: approx Charm. HEX triplet: D9, 79 and 88. RGB value is (217,121,136). Sum of RGB (Red+Green+Blue) = 217+121+136=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D97988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97988 is #268677. Grayscale: #979797. Windows color (decimal): -2524792 or 8944089. OLE color: 8944089.

HSL color Cylindrical-coordinate representation of color #D97988: hue angle of 350.62º 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 #D97988 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217121136-
CMYK00.440.370.15
HSL350.62º55.81%66.27%-
HSV(B)350.62º44.24%85.1%-
XYZ39.930.227.02-
YUV151.41119.3174.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=45.78%
G=25.53%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712113600.440.370.15350.6255.8166.27
HexD9798802C25F15f3842
Octal331171210054451753770102
Binary11011001111100110001000010110010010111111010111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97988; }

 p { color: rgb(217,121,136); }

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

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

 a { background-color: rgb(217,121,136); }

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

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

 span { border-color: rgb(217,121,136); }

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