#D2798D

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

Shades of Charm #D2798D

Tints of Charm #D2798D

Color information

#D2798D (or 0xD2798D) is unknown color: approx Charm. HEX triplet: D2, 79 and 8D. RGB value is (210,121,141). Sum of RGB (Red+Green+Blue) = 210+121+141=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2798D is #2D8672. Grayscale: #959595. Windows color (decimal): -2983539 or 9271762. OLE color: 9271762.

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

Color convert

RGB210121141-
CMYK00.420.330.18
HSL346.52º49.72%64.9%-
HSV(B)346.52º42.38%82.35%-
XYZ38.2229.328.84-
YUV149.89122.99170.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=44.49%
G=25.64%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012114100.420.330.18346.5249.7264.9
HexD2798D02A211215b3241
Octal322171215052412253362101
Binary110100101111001100011010101010100001100101010110111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2798D; }

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

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

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

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

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

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

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

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