#D2797E

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

Shades of Charm #D2797E

Tints of Charm #D2797E

Color information

#D2797E (or 0xD2797E) is unknown color: approx Charm. HEX triplet: D2, 79 and 7E. RGB value is (210,121,126). Sum of RGB (Red+Green+Blue) = 210+121+126=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797E is #2D8681. Grayscale: #949494. Windows color (decimal): -2983554 or 8288722. OLE color: 8288722.

HSL color Cylindrical-coordinate representation of color #D2797E: hue angle of 356.63º 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 #D2797E is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB210121126-
CMYK00.420.40.18
HSL356.63º49.72%64.9%-
HSV(B)356.63º42.38%82.35%-
XYZ37.1828.8823.35-
YUV148.18115.49172.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=45.95%
G=26.48%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012112600.420.40.18356.6349.7264.9
HexD2797E02A28121653241
Octal322171176052502254562101
Binary11010010111100111111100101010101000100101011001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2797E; }

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

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

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

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

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

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

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

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