#D2697E

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

Shades of Charm #D2697E

Tints of Charm #D2697E

Color information

#D2697E (or 0xD2697E) is unknown color: approx Charm. HEX triplet: D2, 69 and 7E. RGB value is (210,105,126). Sum of RGB (Red+Green+Blue) = 210+105+126=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2697E is #2D9681. Grayscale: #8A8A8A. Windows color (decimal): -2987650 or 8284626. OLE color: 8284626.

HSL color Cylindrical-coordinate representation of color #D2697E: hue angle of 348º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2697E is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB210105126-
CMYK00.500.40.18
HSL348º53.85%61.76%-
HSV(B)348º50%82.35%-
XYZ35.425.3122.76-
YUV138.79120.79178.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=47.62%
G=23.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010512600.500.40.1834853.8561.76
HexD2697E032281215c363e
Octal32215117606250225346676
Binary1101001011010011111110011001010100010010101011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2697E; }

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

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

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

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

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

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

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

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