#D97483

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

Shades of Charm #D97483

Tints of Charm #D97483

Color information

#D97483 (or 0xD97483) is unknown color: approx Charm. HEX triplet: D9, 74 and 83. RGB value is (217,116,131). Sum of RGB (Red+Green+Blue) = 217+116+131=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D97483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97483 is #268B7C. Grayscale: #939393. Windows color (decimal): -2526077 or 8615129. OLE color: 8615129.

HSL color Cylindrical-coordinate representation of color #D97483: hue angle of 351.09º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97483 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217116131-
CMYK00.470.400.15
HSL351.09º57.06%65.29%-
HSV(B)351.09º46.54%85.1%-
XYZ38.9628.8824.99-
YUV147.91118.46177.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=46.77%
G=25%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711613100.470.400.15351.0957.0665.29
HexD9748302F28F15f3941
Octal331164203057501753771101
Binary11011001111010010000011010111110100011111010111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97483; }

 p { color: rgb(217,116,131); }

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

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

 a { background-color: rgb(217,116,131); }

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

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

 span { border-color: rgb(217,116,131); }

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