#D97484

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

Shades of Charm #D97484

Tints of Charm #D97484

Color information

#D97484 (or 0xD97484) is unknown color: approx Charm. HEX triplet: D9, 74 and 84. RGB value is (217,116,132). Sum of RGB (Red+Green+Blue) = 217+116+132=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97484 is #268B7B. Grayscale: #949494. Windows color (decimal): -2526076 or 8680665. OLE color: 8680665.

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

Color convert

RGB217116132-
CMYK00.470.390.15
HSL350.5º57.06%65.29%-
HSV(B)350.5º46.54%85.1%-
XYZ39.0328.9125.35-
YUV148.02118.96177.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=46.67%
G=24.95%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711613200.470.390.15350.557.0665.29
HexD9748402F27F15e3941
Octal331164204057471753671101
Binary11011001111010010000100010111110011111111010111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97484; }

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

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

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

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

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

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

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

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