#D2797F

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

Shades of Charm #D2797F

Tints of Charm #D2797F

Color information

#D2797F (or 0xD2797F) is unknown color: approx Charm. HEX triplet: D2, 79 and 7F. RGB value is (210,121,127). Sum of RGB (Red+Green+Blue) = 210+121+127=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797F is #2D8680. Grayscale: #949494. Windows color (decimal): -2983553 or 8354258. OLE color: 8354258.

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

Color convert

RGB210121127-
CMYK00.420.400.18
HSL355.96º49.72%64.9%-
HSV(B)355.96º42.38%82.35%-
XYZ37.2528.9123.7-
YUV148.3115.99172.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 127 (50% from 255) = 27.73%
R=45.85%
G=26.42%
B=27.73%

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
Decimal21012112700.420.400.18355.9649.7264.9
HexD2797F02A28121643241
Octal322171177052502254462101
Binary11010010111100111111110101010101000100101011001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2797F; }

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

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

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

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

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

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

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

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