#D2797D

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

Shades of Charm #D2797D

Tints of Charm #D2797D

Color information

#D2797D (or 0xD2797D) is unknown color: approx Charm. HEX triplet: D2, 79 and 7D. RGB value is (210,121,125). Sum of RGB (Red+Green+Blue) = 210+121+125=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797D is #2D8682. Grayscale: #949494. Windows color (decimal): -2983555 or 8223186. OLE color: 8223186.

HSL color Cylindrical-coordinate representation of color #D2797D: hue angle of 357.3º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2797D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210121125-
CMYK00.420.400.18
HSL357.3º49.72%64.9%-
HSV(B)357.3º42.38%82.35%-
XYZ37.1228.8623.02-
YUV148.07114.99172.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=46.05%
G=26.54%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012112500.420.400.18357.349.7264.9
HexD2797D02A28121653241
Octal322171175052502254562101
Binary11010010111100111111010101010101000100101011001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2797D; }

 p { color: rgb(210,121,125); }

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

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

 a { background-color: rgb(210,121,125); }

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

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

 span { border-color: rgb(210,121,125); }

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